Coder Social home page Coder Social logo

vidya911 / icertify Goto Github PK

View Code? Open in Web Editor NEW

This project forked from piyusql/icertify

0.0 1.0 0.0 799 KB

You can distribute eCertificates for any good deed to massive people

License: GNU General Public License v3.0

Python 95.80% HTML 4.20%

icertify's Introduction

iCertify

You can distribute eCertificates for any good deed to massive people

iCertify

Product is ready for all the linux environment to use

I have tested it and written the installation manual for Ubuntu-12.04+

You need to install Pillow Image library to keep this certification ready

apt-get install python-dev
apt-get install libjpeg-dev
apt-get install libjpeg8-dev
apt-get install libpng3 
apt-get install libfreetype6-dev
ln -s /usr/lib/`uname -i`-linux-gnu/libfreetype.so /usr/lib
ln -s /usr/lib/`uname -i`-linux-gnu/libjpeg.so /usr/lib
ln -s /usr/lib/`uname -i`-linux-gnu/libz.so /usr/lib

pip install Pillow==3.2.0

App config will be created in data folder and you can edit the following content

[app-settings]
font-family = fonts/Verdana.ttf
font-size = 22
font-colour = (255, 255, 255)
output_format = PDF
attachments = attachments

[user-settings]
xy_cordinates = (100, 50) # This is the co-ordinates in image file from where you want to start writing name
certificate = data/certificate.jpg
send_email = True

[email-sender]
email = [email protected]
password = xyz
port = 587
pop_forwarding = smtp.gmail.com

The product can be used by commandline after successfull installation

USAGE : to generate new certificate and send email

python certify <email_id> <full_name_with_space>

ADMIN USAGE : to get the statistics for certificate generation

python certify --admin

For setting up the gmail smtp to work for apps after 2 step verification added by google, please visit http://email.about.com/od/gmailtips/fl/How-to-Get-a-Password-to-Access-Gmail-By-POP-or-IMAP.htm

icertify's People

Contributors

piyusql avatar

Watchers

vidya sagar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.