It automatically generates certificates by taking input from a input file (can be txt) with names stored line by line.
GIMP and Python 2.7 installed
- Give permissions to "Automatic_Certificate_Generator.py" file. Use the command:
sudo chmod +x Automatic_Certificate_Generator.py - Copy "Automatic_Certificate_Generator.py" in /usr/lib64/gimp/2.x/plug-ins
Now to run it:
- Open Gimp.
- Navigate to Filters>Python-fu>CertificateGenerator
A window will appear. In "certificate Template file" choose the template for your certificate. Sample certificate "template.xcf" is with the package.
In "Input Data File" choose the file in which your input data (Like names) is present.
And give the name for output folder (created relative to user home).
Thats it! Click OK and you're good to go.