Skip to content

Dayof/auto_signature_certificate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages