Skip to content

ArchLinuxUserIgor/qt-toDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qt-toDo

Qt-toDo - this is a To-Do List based on Python with PyQt6

How to use?

For using this app you need install python3 and PyQt6 libary

Arch-Based:

sudo pacman -S python3
pip install PyQt6

On 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 --version

If pytohn has been insatlled correctly, then:

python3 pip install PyQt6

After installing PyQt6 enter in terminal:

python3 <move .py file to here>

If you want .exe

python3 pip install pyinstaller
pyinstaller --onefile --windowed <move .py file to here>

And getting .exe

About

qt-toDo - this is a To-Do List based on Python with PyQt6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages