A python script that will generate certificates of event given the certificate template, excel sheet containing names of participants as input.
We have to put in the gmail account details through which you want to send mail and configure gmail to allow less secure apps to access it once all settings are proper you are good to go.
Please make sure to add the certificate template and your excel sheet with Name and Email of students.
pip install requirements.txt
Go to generate.py and replace all the commented part with the required input mentioned there
python generate.py
Hope this helps. Please feel free to report any issues faced by you.