- Download QtDesigner from this link.
- Associate
.uifiles with QTDesigner so you can edit the gui easily.
- Clone the repo and enter its directory.
- Execute the command
python -m venv env. - Run
pip_init.bat. - Modify
main.pyandgui.uifiles on thesrcfolder as you desire. - Execute
run.bat, it will automatically compile the gui (if needed) and run the app.