Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 377 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 377 Bytes

Parse

Simple Parsing Engine Made in Python 3

Installation

$ git clone https://github.com/scaratek/parse
$ cd parse

Usage

  • 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}