This Python project aims to generate bulk certificates and personalize them using a template and a database that contains, by way of example, names, courses and dates.
🎥 Tutorial: YouTube
Input/participants.xlsx
Let's assume that we've finished teaching a coding bootcamp. In this way, we get data on the students, the courses in which they enrolled and the dates they finished the bootcamp.
Input/certificate_template.pdf
To avoid the laborious task of creating a template from scratch with Python, we found a way to use any template you want.
Certificates/.pdf
After running the code -in which the font, position, size and color of the variables (name, course, date) to be added to the certificate template are customized-, personalized certificates will be stored in the Certificates folder. In our case, this is an example of generated certificate.