Certificate Image Generator - Generate Images based on excel file fields
Read Excel File for list of fields and Generate Image(Certificate) with respective fields using image overlay
Language: install python3+ Follow https://www.python.org/downloads/
Library: Refer requirements.txt
pip3 install -r requirements.txt
'input/CertificateInputList.xls' - Input Excel file with name or attributes List
Enter Fields parameters of xls file in 'config/config.yml'
Text Attributes will be generated based on the size, font, color attributes provided in 'config/config.yml'
output/*.jpg
Generated Certificate jpg files will be available in 'output' directory
generateCert.sh (UNIX/LINUX)
generateCert.bat (Windows)
After configurations are completed in 'config/config.yml' , start generatCert.sh or generateCert.bat based on your Operating System