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