Dayof / auto_signature_certificate

Certificates auto signature.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Certificate Auto Signature

Insert list of names in a certificate image.

Usage

  • 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.

About

Certificates auto signature.

License:MIT License


Languages

Language:Python 100.0%