Python scripts for creating Event certificates and mailing to participants
Python scripts for creating Event certificates and mailing from excel files
clone the repository
pip install -r requirement.txt
Edit Certi.py and add input file location or use the existing xlsx file. Add template and give image coordinates to write.
pip certi.py
Add your mail ID and run certi_send to send certificates to mails that are in excel file.
pip certi_send.py
git checkout -b feature/fooBar
)git commit -am 'Add some fooBar'
)git push origin feature/fooBar
)