A Python-based project that automates the creation of professional E-Certificates using FPDF and CSV data.
β¨ Features
π Bulk certificate generation from a CSV file (list of participants).
πΌοΈ Custom certificate templates (A4, landscape/portrait).
βοΈ Automatic placement of participant name, event details, and signatures.
π Configurable fonts, sizes, and positions.
π Generates certificates as PDF files.
π οΈ Tech Stack
*Python 3
*FPDF (for PDF generation)
*CSV module (for reading participant details)
π How It Works
Prepare a CSV file with participant details.
Set up your certificate template (background image).
Add signature images (e.g., HOD & Dean).
Run the script β Certificates will be generated automatically in PDF format.
π‘ Use Cases
-->University/College Event Certificates
-->Workshop/Training Program Certificates
-->Hackathon/Competition Participation Certificates
π Project Structure
βββ certificates/ # Generated certificates
βββ template/ # Certificate template image
βββ signatures/ # Signature images
βββ participants.csv # Participant data
βββ certificate_generator.py
βββ README.md