This is a Python script to generate certificates using a template image and a list of names from an Excel file.
- Generate certificates for multiple recipients at once.
- Customizable certificate template.
- Supports Excel files for easy name management.
-
Clone the repository:
git clone https://github.com/collabyte/Certificate-Generation-App
-
Navigate to the project directory
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the file: main.py
-
Fill in the required fields:
- Excel File: Select the Excel file containing the list of names.
- Template File: Select the image file of the certificate template.
- Output Folder: Choose the folder where generated certificates will be saved.
-
Click on "Generate Certificates" to start the process.