Skip to content

Latest commit

 

History

History
30 lines (29 loc) · 1.45 KB

README.md

File metadata and controls

30 lines (29 loc) · 1.45 KB

Naughty Cat

Naughty Cat is a tkinter app which provides you a virtual companion with digital lively and cute cats to interact with on the screen. Varies of random cat behaviour such as: feeding, walking, sitting, loving and interacting with the user, make it lively and friendly. It can be a little friend while working.

How to run/install

Install the requirements and run app :

#install requirements
pip install -r requirements.txt
#run program
py main.py

Or create an execution file (exe) via PyInstaller using command :

pyinstaller --noconfirm --onefile --windowed --icon "icon.ico" --name "naughty-cat" --add-data "icon.ico;." --add-data "asset;asset/"  "main.py"

The execution file will be in dist folder

Demo and Screenshot

Demo

Skins