Skip to content

A tkinter app which provides you a virtual companion with digital lively and cute cats to interact with on the screen.

License

Notifications You must be signed in to change notification settings

screamman-ssh/Naughty-Cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A tkinter app which provides you a virtual companion with digital lively and cute cats to interact with on the screen.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages