Skip to content

Instantly share code, notes, and snippets.

@bloodywing
Created January 30, 2018 06:54
Show Gist options
  • Select an option

  • Save bloodywing/cc1ad6962be98d9c498c7ba4e07fccaa to your computer and use it in GitHub Desktop.

Select an option

Save bloodywing/cc1ad6962be98d9c498c7ba4e07fccaa to your computer and use it in GitHub Desktop.
#!/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