Click here to access certificate generator: https://mlsa-certificate-generator.sabyasachiseal.com/
Other event related details, links and rules: https://stdntpartners.sharepoint.com/sites/SAProgramHandbook/SitePages/Hosting-Events.aspx
This repo simply use a template certificate docx file and generates certificates both docx and pdf.
git clone https://github.com/Sabyasachi-Seal/Certificate-Generator-MLSA
cd Certificate-Generator-MLSA
Now Copy your Participant List to the Data Folder and rename it as ParticipantList.csv.
The list must have the following fields: Name, Email. It may have more, but these 2 are essential.
pip install -r requirements.txt
python main_certificate.py
- You can change the certificate template file in the
Datafolder. - You can change the email template file in the
Datafolder.
- You can use the
Mail.xlsmfile to send emails to the participants. Open this with Excel. PressAllow Contentif required. - Do not need to change anything in the file itself.
- All you need to do is to search for
View Macrosin excel and then select theSend_Mailsmacro and then click onRun. - Now open outlook and login.
- Click on outbox and see the mails being sent one by one.
Souce Repo(I made some subtle improvements) : Click Here

