Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

PDF Generator in Python

This is a small PDF generator in Python. It uses Faker and FPDF to create PDFs from fake data but can be updated to handle bigger tasks.

Installation

To install the required dependencies, run:

pip install -r requirements.txt

Usage

To generate a PDF, run the script:

python main.py

Dependencies