Insert list of names in a certificate image.
- Install (python3+):
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
- Create json with the name "names.json" with a list of names:
[
"name1",
"name2"
]
- Create folder image and certiticates and copy your certificate image inside of image folder:
mkdir image && mkdir certificates
cp [CERTIFICATE_IMAGE] image/
- Run software with the name of your certificate file:
python insert_name.py cert.png
- Press F7 to take pictures, every event will get the next name on the list and save a file at certificates folder.