This is a Python program that utilizes word,excel data to generate certificates.
Before running the program, ensure that the required libraries are installed. You can install them using pip:
pip install kivy,pip install pandas,pip install docxtpl.
-
Edit the Template:
- Create the template according to the certifacte you need.
- Place the values that are to be fetched from the excel with {{value}} in the word
- save the file with template_certicate.docx
-
Create the Data:
- Create the excel with required fields for the certificate to be generate.
- Save the file with certificate_data.xlsx
-
Running:
- Execute the Python file "certificate_generator.py"

- Select the "certificate_data.xlsx" from the files listed
- Click on the Generate Certificate button to generate cerificates
- Then follow to the directory and certificates folder will be generated and with certificates consisting certificates according to the domain with the name

- Execute the Python file "certificate_generator.py"
