Skip to content

Commit bde8c71

Browse files
committed
Further explanation of the origin of the code
1 parent 814ab53 commit bde8c71

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## About
44

5-
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], based on `Fountain` by Nima Yousefi & John August; original code for Objective-C at https://github.com/nyousefi/Fountain.
5+
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](https://gist.github.com/ColtonProvias/8232624), based on `Fountain` by Nima Yousefi & John August; original code for Objective-C at https://github.com/nyousefi/Fountain.
6+
7+
I did just some little tweaks to Coltons code, since I ran into some issues.
68

79
## Install
810

fountain/fountain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
fountain.py
33
Ported to Python 3 by Colton J. Provias - [email protected]
4+
Original Python code at https://gist.github.com/ColtonProvias/8232624
45
Based on Fountain by Nima Yousefi & John August
56
Original code for Objective-C at https://github.com/nyousefi/Fountain
67
Further Edited by Manuel Senfft

0 commit comments

Comments
 (0)