Skip to main content

Certificate Generator Tool and Library

Project description

Event certificate generator. Currently supports CSV/JSON + Meetup integration.

How to install

pip install certificator

How to use (using meetup.com Events)

certificator --urlname <your-meetup-urlname> --event-id <meetup-event-id> --meetup-api-key <your-meetup-api-key>

How to use (using CSV file)

With CSV files and JSON metadata:

Certificate data (CSV):

name;email
John Doe;john@doe.com
Jane Doe;jane@doe.com

Metdata (JSON):

{
  "event_title": "Eventful event for event-driven events",
  "organizer": "Eveorg",
  "place": "Event square",
  "date": "06/06/06",
  "full_date": "June 6, 2006",
  "city": "Eventville",
  "workload": "16 hours",
  "responsible": "Eve Ent Eventson",
  "responsible_title": "Event Organizer"
}

Generating the certificate:

from certificator import CSVCertificator

certificator = CSVCertificator(delimiter=';', filename_format='eventful-event-{name}.pdf')
certificator.generate()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

certificator-0.0.4.tar.gz (4.6 kB view details)

Uploaded Source

File details

Details for the file certificator-0.0.4.tar.gz.

File metadata

File hashes

Hashes for certificator-0.0.4.tar.gz
Algorithm Hash digest
SHA256 6c1d97aca68a289e142ed5ad79897fb00cde28c93c92dd5304c0c7ecd326567b
MD5 62d836a69593555df58df0d0be656458
BLAKE2b-256 ab978e6da36c024442c0f1853f2acaebfb3643ea1a72200358fca33e32676b9d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page