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

https://github.com/itachi1621/pythonpdfgenerator

Simple PDF file generator that will create a user defined number of files with dummy text
https://github.com/itachi1621/pythonpdfgenerator

pdf python python-3 python-script

Last synced: 5 months ago
JSON representation

Simple PDF file generator that will create a user defined number of files with dummy text

Awesome Lists containing this project

README

          

# PythonPDFGenerator
Simple PDF file generator that will create a user defined number of files with dummy text

Needs fpdf and lorem_text to work

use
```

pip install fpdf

```

and
```

pip install lorem_text

```