Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 413 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 413 Bytes

Simple Data Recorder

Records data and saves as json. This was done for a school assignment.

Dependencies:

  • tabulate
  • os (python standard library)
  • json (python standard library)

To install tabulate:

pip install tabulate

tabulate on pypi.org

Running:

Copy main.py and the catalogues folder in a directory, and run main.py. Make sure tabulate is installed!