Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Deskagotchi

Small Tamagotchi-like pixel pet for Windows desktop.

What it does

  • Borderless floating window (overrideredirect)
  • Always-on-top desktop pet
  • Pixel-style sprite with simple animation
  • Survival loop with Fullness, Energy, and Happiness
  • Actions: FEED, PLAY, SLEEP/WAKE

Run

python deskagotchi.py

Controls

  • Left click pet: pet it (+happiness)
  • Left click + drag anywhere else: move window
  • Right click: toggle pin/unpin (always-on-top)
  • P button: toggle pin/unpin
  • X button or Esc: quit

Notes

  • This is designed for Windows.
  • The app attempts transparent background mode with -transparentcolor so the pet appears to float.
  • If transparency is unsupported on your setup, you may see a green background instead.

Optional: Build an EXE

pip install pyinstaller
pyinstaller --noconsole --onefile --name Deskagotchi deskagotchi.py

About

A tiny witty desktop Tamagotchi-style pixel pet for Windows.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages