Qt-toDo - this is a To-Do List based on Python with PyQt6
For using this app you need install python3 and PyQt6 libary
Arch-Based:
sudo pacman -S python3pip install PyQt6On Windows: Enter the official site of python and download him
In installer be sure check box "Add to PATH" Then in terminal check python is installed:
python3 --versionIf pytohn has been insatlled correctly, then:
python3 pip install PyQt6After installing PyQt6 enter in terminal:
python3 <move .py file to here>python3 pip install pyinstallerpyinstaller --onefile --windowed <move .py file to here>And getting .exe