RunCat by PySide6

A cute running cat animation on your Windows/macOS taskbar.

Github issues Github forks Github stars Top language Release Github license

Tags

PyQt PySide RunCat

Demo

Demo

You only have to run the RunCat.exe.

Run

pip install -r requirements.txt

python run_cat.py

Packaging

pip install pyinstaller

For Windows

pyinstaller --clean -Fw -i runcat.ico --add-data "resources;./resources" run_cat.py

For macOS

pyinstaller --clean -Fw -i runcat.ico --add-data "resources:./resources" run_cat.py

License

MIT

GitHub

View Github