Skip to content

TrashGuyAnimations/libtguy_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libtguy_py

Modern Python bindings for libtguy exposed as a single TGuy class.

Install

pip install git+https://github.com/TrashGuyAnimations/libtguy_py

Platform wheels are intended for Windows, macOS, and Linux.

Example

from libtguy_py import TGuy

tg = TGuy("test")

for frame in tg:
    print(frame)

About

Python bindings library for libtguy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors