This project automates the generation of certificates using Python automation by replacing placeholders in a template file (sample.txt) with values from a CSV file (certificate.csv).
- Reads a certificate template from
sample.txt. - Replaces placeholders (
NAME,DEP,CLG) with actual values fromcertificate.csv. - Prints the generated certificate text for each entry.
First, clone the repository and navigate to the project directory:
git clone https://github.com/Aysha022/Certificate_Automation.git
cd Certificate_AutomationCheck by running:
python --versionEnsure you have the following files in the project folder:
- Certificate Template (sample.txt)
- CSV File (certificate.csv)
- Python File (certi.py)
Execute the script using:
python certi.pyYou can run this project locally on any system with Python installed.
Clone or download the project from GitHub: https://github.com/Aysha022/Certificate_Automation/