Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lamenezes/certificator
Generate course certificates easily
https://github.com/lamenezes/certificator
Last synced: 3 months ago
JSON representation
Generate course certificates easily
- Host: GitHub
- URL: https://github.com/lamenezes/certificator
- Owner: lamenezes
- License: mit
- Created: 2017-07-02T15:45:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T02:37:26.000Z (over 5 years ago)
- Last Synced: 2024-09-23T01:49:35.855Z (4 months ago)
- Language: Python
- Size: 32.2 KB
- Stars: 19
- Watchers: 2
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - certificator - Generate course certificates easily (Python)
README
============
Certificator
============.. image:: https://badge.fury.io/py/certificator.svg
:target: https://pypi.org/project/certificator/.. image:: https://img.shields.io/badge/python-3.6,3.7-blue.svg
:target: https://github.com/lamenezes/certificator/.. image:: https://img.shields.io/github/license/lamenezes/certificator.svg
:target: https://github.com/lamenezes/certificator/blob/master/LICENSE.. image:: https://circleci.com/gh/lamenezes/certificator.svg?style=shield
:target: https://circleci.com/gh/lamenezes/certificatorEvent certificate generator. Currently supports CSV/JSON + Meetup.
--------------
How to install
--------------::
pip install certificator
------------------------------------
How to use (using CLI interface)
------------------------------------From local CSV file:
.. code:: bash
certificator csv \
--meta-file \
--data-file \
--template-pathFrom MEETUP events:
.. code:: bash
certificator meetup \
--urlname \
--event-id \
--meetup-api-key \
--template-pathFor more options, type certificator --help
------------------------------------
Examples
------------------------------------Inside the folder examples/ are some files to be used as examples.
To generate certificates using the data in data.csv, you can run the command.. code:: bash
certificator csv \
--meta-file meta.json \
--data-file data.csv