Adrianotiger / desktopPet

Remembering the lovely eSheep (stray sheep) from 1995 -

Home Page:https://adrianotiger.github.io/desktopPet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python version

frauzufall opened this issue · comments

Hi,

I wanted to explore cross platform avatar development so I ported your JavaScript eSheep script to Python:

https://gitlab.com/frauzufall/random-things/-/blob/main/src/frauzufall/sheep.exe/sheep.py

I only added a somewhat working window detection for Linux. On Windows it walks in front / behind the taskbar. I haven't tried it on MacOS. The remaining glitches can probably be fixed and the window detection for other operating systems could be added - I don't really have the time for now to continue with this though.

I'm happy to move the sheep.py file into a separate Github repo if that makes it easier for others to play with it. In case you are familiar with Python, would you like to own it since it's your code anyway?

If you want to try it you can either create a Conda environment with these dependencies or follow these command line instructions.

Cheers,
Debo