https://github.com/redromnon/poke-deskbuddy
A pokemon as your desktop buddy!
https://github.com/redromnon/poke-deskbuddy
desktop-buddy desktop-pet flet hacktoberfest pokemon
Last synced: over 1 year ago
JSON representation
A pokemon as your desktop buddy!
- Host: GitHub
- URL: https://github.com/redromnon/poke-deskbuddy
- Owner: redromnon
- Created: 2023-09-09T17:24:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T06:36:49.000Z (over 1 year ago)
- Last Synced: 2025-02-20T07:32:03.025Z (over 1 year ago)
- Topics: desktop-buddy, desktop-pet, flet, hacktoberfest, pokemon
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PokeDeskBuddy
A minimal app that introduces a Pokemon to be your desktop buddy/virtual pet and keeps you company.
## Features
- Pixel Art animation
- Draggable
- Long press to launch Pokemon or withdraw to a Pokeball
https://github.com/redromnon/poke-deskbuddy/assets/74495920/85164b96-2b58-4d21-a88c-c5d8d4f03c6f
The assets images are taken from [PokeAPI](https://pokeapi.co/).
## Issue
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.
## Development and Building
1. Clone this repository
2. Create a virtual environment (optional)
3. Install the dependencies `pip install -r requirements.txt`
4. Run `build.sh` or run the script's command manually
## Contributing
1. Fork this repository
2. Create a new branch
3. Do your thing
4. Create a Pull Request