A cute running cat animation on your Windows/macOS taskbar

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

Github issues Github forks Github stars Top language Release Github license

PyQt PySide RunCat

Demo

You only have to run the RunCat.exe.

pip install -r requirements.txt

python run_cat.py

For Windows

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

For macOS