This repo simply use a template certificate docx file and generates certificates both docx and pdf.
- Working on Windows only.
cd MLSA-Certificate-Automate
pip install -r requirements.txt
python main_certificate.py
In, main_certificate.py
folder. Change your participants and your name with path and name.
Also, functions are very simple. You can implement your own versions as well.
- Adding e-mail automation to script?
- Implementing for Linux users?
Souce Repo(I made some subtle improvements) : Click Here