Certificate Generator – Python Automation
A Python automation script that generates personalized certificates from a predefined template and a list of names.
The program reads the certificate template and names from text files, cleans and processes the names, randomly shuffles the list, and automatically creates a separate certificate file for each person by replacing the placeholder with their name.
The project demonstrates practical file handling and basic automation using Python, making it easier to generate multiple personalized documents without creating each one manually.