Skip to content

ArchLinuxUserIgor/qt-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qt-Watch

Qt-Watch - this is watch based on python3 with PyQt6.

How to use?

For using these watches you need install python3 with PyQt6

Arch-based:

sudo pacman -S python3
pip install PyQt6

Windows:

Enter on the site of python and download him In installer be sure to check the box "Add to PATH" Then in terminal check the python is installed:

python3 --version

If python is installed correctly, then:

python3 pip install PyQt6

After installing PyQt6 enter in the 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 file

About

qt-watch.py

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages