To run this program on your computer you need Python 3 with pip installed. Create a virtual environment using
$ python -m venv "name"
then activate the environment and run
$ pip install -r requirements.txt
to install all dependancies.
Now you can run main.py using Python.