Modern Python bindings for libtguy exposed as a single TGuy class.
pip install git+https://github.com/TrashGuyAnimations/libtguy_pyPlatform wheels are intended for Windows, macOS, and Linux.
from libtguy_py import TGuy
tg = TGuy("test")
for frame in tg:
print(frame)