Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jwaschkau/pyrtf

Rich Text Format Document Generation
https://github.com/jwaschkau/pyrtf

Last synced: 29 days ago
JSON representation

Rich Text Format Document Generation

Awesome Lists containing this project

README

        

# PyRTF - Rich Text Format Document Generation

For example usage, see the code in the unit tests in the 'test' directory and
its subdirectories. Works on Python 3.

```
pip install pyrtf3
```

github: [xoviat/pyrtf][1]

Finally, image support!!! Handles PNGs and JPGs.

To run all tests:

```
python test/test_all.py
python test/test_doctests.py
```

Original Author: Simon Cusack, [email protected]

[1]: https;//github.com/xoviat/pyrtf