Records data and saves as json. This was done for a school assignment.
- tabulate
- os (python standard library)
- json (python standard library)
To install tabulate:
pip install tabulate
Copy main.py and the catalogues folder in a directory, and run main.py. Make sure tabulate is installed!