Adobe Swatch Exchange file format parser written using the python construct library.
This is no setup much like a library, instead as a code snippet that you can grab.
View the file test.py
to see it's usage.
import os
from ase_parse import parse
myfile = "theme.ase"
struct = parse(myfile)
print(struct)
- construct
pip install construct