Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 915 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 915 Bytes

Lazy-eCertGen

Stupid python Cli app for bulk generating of e-Certificates

Usage: eCert [OPTIONS]

  Stupid python Cli app for bulk generating of e-Certificates.

Options:
  --config-file FILENAME  Path of your custom config file
  --filename TEXT         Path of your custom config file
  --template PATH         Path of your eCertificate template ( Must be in
                          image format)
  --font PATH             Path of your eCertificate template ( Must be in
                          image format)
  --out-dir PATH          Your desired output path
  --excel-file PATH       Path of your excel file
  --coordinate-x INTEGER  Coordinates on the certificate where will be
                          printing the name
  --coordinate-y INTEGER  Coordinates on the certificate where will be
                          printing the name
  --help                  Show this message and exit.