Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 510 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 510 Bytes

Aseprite to Fetch parser

Takes files from asesprite and converts them to binary files used on Fetch

The functions in parser.py are dependent on py_aseprite from Eiyeron. I have added the master brach in its entierty in this repo for simplicity (the repo dose not originaly contain a setup.py file) so all you have to do is go into the folder py_aseprite-master and run

pip install .

or

python setup.py instal