Real-time Uncut Demo:
Uncut.Demo.mp4
A desktop pet Kirby companion created with Python. It eats (inhales), occasionally sleep and walk/flies around the bottom of your desktop screen. It's draggable and can sit ontop of windows and preform all animations without falling off.
(The art is not mine.)
The program is essentially a series of gif-animations ontop of a fitted transparent window, made with the help of the Python module "tkinter" to manipulate GUI aspects of the window.
The program picks a random action to preform every few seconds, while displaying an idle animation in between.
Simply open the contents within the "executable" folder, and run the "Kirby.exe" executable.
Temporarily turn off virus detection while downloading and extracting the file if it is being flagged as a virus.
**Right click Kirby and select "Close Kirby" to close the program
You will have to run the program using the assets in the "manual program" folder. Follow the steps below to do so.
'pip install tk'
'pip install win32gui'
'pip install random'
'pip install pygetwindow'
First changing the directory to where this program is stored by using the 'cd' command, followed by a space, then your directory.
Then simply the command, "Kirby.py"
You can also run the program directly from its IDE.