Skip to content

pomtom44/DesktopPet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DesktopPet


**Note:**
Some things detect this as unsafe, that is because of the auto updater (I think)
If you are unsure about running this, feel free to download the code and make the EXE yourself


This started as a small little fun project for my work machine.
Then a few friends wanted it, so I added a auto update feature.
And now I figure I may as well put it fully online for anyone to enjoy.

Install
If all you want to do is install it, download the latest release zip. Extract to anywhere and run the EXE

Compile
If you want to download the source code yourself and compile. Download the project from github. Make sure you have python installed. I recommend using the version from the windows store as that is what I used when creating this app. Check the code if you like, then run the BuildPet.bat file to build your EXE It will export in the Dist folder

Update
The program will automatically prompt to update if there is one avalibale.

ChangeLog
V1: Initial Build
V2: Added Swapping pet options
V3: Updated swapping pet options and added dog
V4: Changed code to load images better, Added random mode, Fixed display issues
V5: Fixed display issues and added jump feature
V6: Added auto updater
V7: Added config file
V8: Changed auto updater process and fixed a few bugs