please keep in mind this is very buggy still and very much a demo
- python (https://www.python.org/)
- pip (https://pypi.org/project/pip/)
- install tkinter and pathlib.
pip install tkinter
pip install pathlib
!! if it gives you an error saying it doesn't exist, just run the program. it will probably already work without you needing to install it
- run the program in your console.
pythonw desktop_buddy.pyw
you need 4 different GIF files, all 100x100 pixels. if you're too lazy to make GIF files, just rename your .PNG file to .GIF. has to be PNG though.
- walking right (walking_negative.gif)
- walking left (walking_positive.gif)
- idle (idle.gif)
- sleep / idle2 (sleep.gif)
- falling (falling.gif)*
- grabbed (grabbed.gif)*
*please replace default image with something else, these are also the default walking animations because I didnt have a falling/grabbed animation to use
replace the default images with your own and bam. you did it good job
right click the little guy and press the "bye bye little guy" option. you're welcome
TheNobody - the default cat images (youtube) (check them out they deserve more subs)
made the program
i forgot lol
made the pet be able to be dragged and added more animations (falling and grabbed)
minor fix
made it not able to go off screen (hopefully)
i dunno
made it stay at the top and fixed a bug
fixed a bug that made the window have no transparency
fixed a bug
fixed bugs and added some comments