Simple desktop pet for Windows built with Python (tkinter + Pillow). Includes two pets: Minion and Dog. Each pet can show animations for main, reminders and tips.
- Animated GIF pets (main, reminder, tip)
- Draggable pet window that stays on top
- Reminders with a calendar/time picker
- Health tips fetched from MyHealthFinder + built-in ergonomic tips
- Install Python 3.10+ and create/activate a virtual environment.
- Install dependencies:
pip install -r requirements.txtpython main.py- Place pet asset folders under
assets/<petname>/withmain.gif,reminder.gif, and optionaltip.gif. - The app saves reminders in
reminders.json. - To create a single EXE, PyInstaller was used. See
dist/after building.
Keep API keys and sensitive data out of the repository.