Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliarizza/certificate_generator
Free courses & events certificate generator
https://github.com/juliarizza/certificate_generator
Last synced: 3 days ago
JSON representation
Free courses & events certificate generator
- Host: GitHub
- URL: https://github.com/juliarizza/certificate_generator
- Owner: juliarizza
- License: gpl-3.0
- Created: 2016-05-26T23:58:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-23T18:43:25.000Z (about 8 years ago)
- Last Synced: 2024-07-24T13:59:15.990Z (3 months ago)
- Language: Python
- Size: 35 MB
- Stars: 92
- Watchers: 12
- Forks: 23
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - certificate_generator - Free courses & events certificate generator (Python)
README
# Certifica!
> Gerador de certificados para cursos livres & eventos feito em Python> *Free courses & events certificate generator made with Python*
Um gerador de certificados para cursos livres e eventos feito em Python para gerar certificados em PDF e, inclusive, enviá-los por e-mail. É só cadastrar seu evento e logo em seguida seus participantes e, *voilà*, certificados emitidos!
![Certifica! print](images/certifica_print.jpg)
## Recursos
* Cadastro de dados da instituição
* Cadastro de eventos e clientes
* Armazena assinaturas
* Geração de certificados em PDF
* Envio de certificados por e-mail
* Template de certificado facilmente editável, em HTML## Instalação
Faça o clone```
git clone https://github.com/juliarizza/certificate_generator.git
```Instale as dependências
*PyQt4 é uma dependência externa, verifique a instalação para seu sistema operacional*
*Adicione o .exe do wkhtmltopdf para suas variáveis de ambiente se estiver utilizando Windows*
```
cd certificate_generator
pip install -r requirements.txt
sudo apt-get install python-qt4
sudo apt-get install wkhtmltopdf
```Execute
```
python app.py
```## Contribua!
Copyright (c) 2016 Júlia Rizza & licensed under GNU GPLv3