Skip to content

Generate bulk certificates using input files like CSV and excel.

Notifications You must be signed in to change notification settings

bakliwalvaibhav1/Certificate-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Certificate-Generator

Generate bulk certificates using input files like CSV and excel using python

Dependencies

Open source libraries are used

  • Pandas (reading csv/excel file)
  • Pillow (manipulating image file)

Installation and usage

Clone/Download the project and install the dependencies using pip package installer

$ pip install pandas
$ pip install Pillow
  1. Insert names in the 'input.xlsx' file
  2. Run 'certificate.py'
  3. Certificates will be generated in the 'output' folder in PDF format

Screenshots

About

Generate bulk certificates using input files like CSV and excel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages