Skip to content

Adobe Swatch Exchange file format parser written using the python construct library.

Notifications You must be signed in to change notification settings

Ahuge/ase_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ase_parser

Adobe Swatch Exchange file format parser written using the python construct library.

Usage:

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)

Dependencies:

  • construct
    pip install construct

About

Adobe Swatch Exchange file format parser written using the python construct library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages