Skip to content

Tagirijus/fountain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fountain parser

About

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 - cj@coltonprovias.com - 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.

Install

  1. Make a pull request of this repo
  2. Go into the repo-dir on your machine
  3. sudo python3 setup.py install

Usage

from fountain import fountain

F = fountain.Fountain(STRING)

This will make F to a fountain object.

Releases

No releases published

Packages

No packages published

Languages