8000 GitHub - slox3r/pfp: pfp
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

slox3r/pfp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%
0