Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cassiobotaro/certificates
:mortar_board: Generate event certificates easily
https://github.com/cassiobotaro/certificates
certificates events hacktoberfest python
Last synced: 1 day ago
JSON representation
:mortar_board: Generate event certificates easily
- Host: GitHub
- URL: https://github.com/cassiobotaro/certificates
- Owner: cassiobotaro
- License: apache-2.0
- Created: 2018-04-17T18:26:05.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T23:06:41.000Z (3 months ago)
- Last Synced: 2024-08-24T15:29:52.598Z (3 months ago)
- Topics: certificates, events, hacktoberfest, python
- Language: Python
- Homepage: https://pypi.org/project/certificates/
- Size: 373 KB
- Stars: 55
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Certificates
Generate event certificates easily.
## Requirements
* Inkscape (`apt install inkscape`)
## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install certificates.
```bash
pip install certificates
```## Usage
`certificates participants.csv template.svg`
```
usage: certificates [-h] [--output OUTPUT] participants templatepositional arguments:
participants csv filaname containing participants
template certificate template in svg format used to buildoptional arguments:
-h, --help show this help message and exit
--output OUTPUT, -o OUTPUT
destination of the generated certificates
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[Apache 2.0](https://choosealicense.com/licenses/apache-2.0/)