Created
January 30, 2018 06:54
-
-
Save bloodywing/cc1ad6962be98d9c498c7ba4e07fccaa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # do: pip install biplist | |
| # Usage: python blistconv.py Brush.archive | |
| from biplist import * | |
| import sys | |
| from pprint import pprint | |
| plist = readPlist(sys.argv[1]) | |
| pprint(plist) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment