A minimal app that introduces a Pokemon to be your desktop buddy/virtual pet and keeps you company.
- Pixel Art animation
- Draggable
- Long press to launch Pokemon or withdraw to a Pokeball
PokeDeskBuddy.mp4
The assets images are taken from PokeAPI.
Sometimes, the app's window occupies a larger area and can get in the way when you click on things. Closing and re-launching the app should fix it.
- Clone this repository
- Create a virtual environment (optional)
- Install the dependencies
pip install -r requirements.txt
- Run
build.sh
or run the script's command manually
- Fork this repository
- Create a new branch
- Do your thing
- Create a Pull Request