This repository contains a collection of little programs written in Python for academic purposes. The programs are organized in folders, each one containing a README.md file with a brief description of the program and the source code.
To run the programs you need to have Python 3 installed on your computer. You can download it from the official website.
Once you have installed Python 3, you can run the programs from the command line. For example, to run the program inventory-control
you need to open a terminal, navigate to the folder containing the program and type:
python3 main.py
The programs are released under the MIT License.