RunCat by PySide6
A cute running cat animation on your Windows/macOS taskbar.
Tags
PyQt
PySide
RunCat
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