This Python script automates the process of generating certificates using a template image and data from an Excel sheet. It utilizes OpenCV, PIL (Pillow), and Pandas to streamline the certificate creation workflow.
- Python 3.x: Ensure you have Python 3.x installed on your machine.
- Required Python packages: Install the necessary packages using the following command:
pip install -r requirements.txt