Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jwaschkau/pyrtf
- Owner: jwaschkau
- License: mit
- Created: 2017-05-12T14:34:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T14:25:27.000Z (over 4 years ago)
- Last Synced: 2023-03-29T03:52:13.981Z (over 1 year ago)
- Language: Python
- Homepage: https://pypi.org/project/PyRTF3/
- Size: 1.53 MB
- Stars: 9
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
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