Skip to content

redromnon/poke-deskbuddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
PokeDeskBuddy.mp4

The assets images are taken from PokeAPI.

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