vijpandaturtle / py-certificate-writer

A simple python script to populate course/webinar certificates with personal details

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Certificate Writer

A simple python script to populate course/webinar certificates with personal details

Installation

  1. Get the dependencies
pip install pandas PyPDF2 reportlab
  1. You need to have a CSV file with the details. Currently this script accepts a CSV file with two columns ['Name', 'Institution']
  2. Modify the csv_file_path and original_certificate_path variables
  3. Run the script
python certificate.py

And that's it !

About

A simple python script to populate course/webinar certificates with personal details


Languages

Language:Python 100.0%