szborows / python-unrtf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-unrtf

python3 bindings for unrtf GNU tool

usage

import unrtf
with open('file.rtf') as fp:
    unrtf.unrtf(fp.read(), 'out.html')

installation

seek guidance from Dockerfile

About

License:GNU General Public License v3.0


Languages

Language:C++ 87.7%Language:C 11.4%Language:Python 0.9%