This is a little script that can generate attendance certificates.
The script scans trough the *.docx file for the "participant" keyword. This Keyword will be replaced by ne name of the participant given in the UI, Every participant gets his own file as docx.
- Select your Template
- Enter the names, separate them with an ","
- Hit "Start"
The output will be saved in the current directory of the Script files
Every *.docx file is basically an zip file that contains xml files, these hold the actual data. So we unpack an cache it.
Now the Script iterates trough the names. For every name a new zip will be generated, this will be renamed to *.docx and...voilà we are done.
The Script is written in Python3 and Uses PyQt5, it should run on most modern PCs with Python installed. Tested on Windows 10 and Manjaro Linux.
- Error handling
- English UI
- Export as PDF
- Change output dir