This python script is a fountain script parser, which converts .fountain files to python object. It is ported to Python 3 by Colton J. Provias - [email protected] - original code here, based on Fountain
by Nima Yousefi & John August; original code for Objective-C at https://github.com/nyousefi/Fountain.
I did just some little tweaks to Coltons code, since I ran into some issues.
- Make a pull request of this repo
- Go into the repo-dir on your machine
sudo python3 setup.py install
from fountain import fountain
F = fountain.Fountain(STRING)
This will make F
to a fountain object.