Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-02T11:58:41.000Z (over 1 year ago)
- Last Synced: 2024-04-18T13:45:15.681Z (10 months ago)
- Topics: desktop-buddy, desktop-pet, flet, hacktoberfest, pokemon
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- 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 Pokeballhttps://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