Metadata-Version: 2.1
Name: certificates
Version: 0.0.2
Summary: Generate event certificates easily.
Home-page: https://github.com/cassiobotaro/certificates
License: Apache-2.0
Author: cassiobotaro
Author-email: cassiobotaro@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown

# certificates

Script to generate event certificates easily.

## Requirements

* Inkscape (`apt install inkscape`)

## How to install certificates

```bash
python setup.py install
```

## Usage

```
usage: certificates.py [-h] participants template

positional arguments:
  participants  csv filaname containing participants.
  template      certificate template in svg format used to build.

optional arguments:
  -h, --help    show this help message and exit
```

## Examples

`certificates participants.csv template.svg`

## Authors

Cássio Botaro [(@cassiobotaro)](https://github.com/cassiobotaro)

Tiago Guimarães [(@tilacog)](https://github.com/tilacog)

