Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 449 Bytes

File metadata and controls

24 lines (15 loc) · 449 Bytes

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