progmboy / pfp

pfp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • Master Build Status - master
  • Develop Build Status - develop
  • Documentation Status

pfp

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

See the main documentation on Read the Docs

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"
)

About

pfp

License:MIT License


Languages

Language:Python 99.9%Language:Shell 0.1%