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
- Host: GitHub
- URL: https://github.com/itachi1621/pythonpdfgenerator
- Owner: itachi1621
- License: apache-2.0
- Created: 2022-03-23T02:27:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T16:55:57.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T03:16:13.430Z (11 months ago)
- Topics: pdf, python, python-3, python-script
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```