1- Clone repo with git clone
2- Open it with Qt Creator using TaskManager.pyproject
3- Accept default config, then it will open project
5- Open terminal and run:
python3 -m venv venv
source venv/bin/activate
pip install PySide6
Run this command before run project if form.ui was updated
pyside6-uic gui/form.ui -o gui/ui_form.py
pyside6-uic gui/process.ui -o gui/ui_process_dialog.py
On terminal, use
python3 -m gui.mainwindow