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.3.tar.gz
(4.6 kB
view details)
File details
Details for the file certificator-0.0.3.tar.gz
.
File metadata
- Download URL: certificator-0.0.3.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d07e4879d2e9e024ce5340b5fd07f76b9f51782cd7799c99208dafd3e6c625d |
|
MD5 | e7bd4b5e083c933fbf5a2cd0d8617d15 |
|
BLAKE2b-256 | 0b3f57948ca35d34f995abf5765ce00c96a2b1fea4f7e432bde52ce9e8bfc4a1 |