Download ZIP file, unzip it
For Windows:
Open file location, then open cmd prompt in that location and type
'.\venv\Scripts\activate'
For linux:
Open file location, open terminal window and type 'source venv\Scripts\activate'
Open command prommt by searching in Windows search or "Windows Key + R" and then type "cmd" and hit enter
type "pip install -r requirements.txt" and enter, it will download required modules and then run "py main.py"