- clone this repository or download the zip file
- install python from here
- install a text editor or ide like
vs-code
orpycharm
- open the project in the text editor or ide
- open a new terminal in the poject directly
- install virtualenv and with
pip install virtualenv
- create a virtualenv in the project folder with
virtualenv venv
- install the dependencies with the following packages
-
- PyQt6
run the program with
source/python main.py
- PyQt6
run the program with
- enjoy