Skip to content
/ pfp Public

pfp - Python Format Parser - a python-based 010 Editor template interpreter

License

Notifications You must be signed in to change notification settings

d0c-s4vage/pfp

Repository files navigation

Master Build Status PyPI Statistics Latest Release Documentation Status Coverage Status

pfp

pfp is a python-based interpreter for 010 template scripts.

See the main documentation on Read the Docs

Contributing

See CONTRIBUTING.md

Installation

Install pfp with

pip install --upgrade pfp

Tl;DR

You don't feel like going to read the docs? This should get you started parsing something using 010 templates:

import pfp

dom = pfp.parse(
	data_file="~/Desktop/image.png",
	template_file="~/Desktop/PNGTemplate.bt"
)