Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/screamman-ssh/naughty-cat
A tkinter app which provides you a virtual companion with digital lively and cute cats to interact with on the screen.
https://github.com/screamman-ssh/naughty-cat
cats kitty pillow-library python3 python3-11 tkinter tkinter-gui virtual-companion
Last synced: 3 days ago
JSON representation
A tkinter app which provides you a virtual companion with digital lively and cute cats to interact with on the screen.
- Host: GitHub
- URL: https://github.com/screamman-ssh/naughty-cat
- Owner: screamman-ssh
- License: mit
- Created: 2023-05-26T15:18:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-19T15:19:58.000Z (over 1 year ago)
- Last Synced: 2024-04-04T17:40:11.816Z (7 months ago)
- Topics: cats, kitty, pillow-library, python3, python3-11, tkinter, tkinter-gui, virtual-companion
- Language: Python
- Homepage:
- Size: 380 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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