This Script is used to generate large number of certificates in a short period of time. This tool is very handy for the event organizers.
- Create a Virtual Environment.
- Install the requirements by using
pip3 install -r requiremnts.txt
- Hurray.! You're ready to use the Script.
- You need to develop your own template on your favourite design tool like figma, Adobe Xd, Sketch etc. and place your certificate template in the certificate template folder.
- Once the template is ready, Please calculate the coordinates using the design tool for writing the candidate name and certificate Id.
- If you want to change the fonts download the font files in .tff format and place it inside the
fonts
folder. - Change the fonts on the script with your new fonts the Boom.! The script will automatically generate the certificates.
- Place your names excel file in the data folder.
python3 bulk_certificate_generator.py
You need to change the some setting according to your template requirement. But it work absolutely fine if you follow the above the guidelines properly.