Small Tamagotchi-like pixel pet for Windows desktop.
- Borderless floating window (
overrideredirect) - Always-on-top desktop pet
- Pixel-style sprite with simple animation
- Survival loop with
Fullness,Energy, andHappiness - Actions:
FEED,PLAY,SLEEP/WAKE
python deskagotchi.pyLeft clickpet: pet it (+happiness)Left click + draganywhere else: move windowRight click: toggle pin/unpin (always-on-top)Pbutton: toggle pin/unpinXbutton orEsc: quit
- This is designed for Windows.
- The app attempts transparent background mode with
-transparentcolorso the pet appears to float. - If transparency is unsupported on your setup, you may see a green background instead.
pip install pyinstaller
pyinstaller --noconsole --onefile --name Deskagotchi deskagotchi.py