A Simple Project which emulates a sales System.
It has two versions:
- The version which uses the
csv
module. - The version which uses the
pickle
module.
run 'pip install -r requirements.txt'
or setup.py
- CSV
- Questionary
- Tabulate
- Pickle
- Simply run either pickle_ver.py or csv_ver.py
- Enter data as required
- See the magic happen!