Simple Parsing Engine Made in Python 3
$ git clone https://github.com/scaratek/parse
$ cd parse
-
in config.py there is a dictonary called "tokens"
- these are the parsing keywords, first one being input, second one being output
-
once you customize it run the command
python(3) parse.py {file input name} {file output name}