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
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