Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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