dabhitapan / CertiPy

Automatic bulk certificate generator from an excel sheet using Pygame and Python Image Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

certipy

A bulk certificate generator from a .csv file.

Features

  1. Multiple columns of inputs.
  2. Customizable colour/filename/size
  3. Drag and draw for input area.

Setup

  • input.csv must contain the values for the input field
  • font/best_font.otf must be the required font

To Run

  1. Python main.py <filename.jpg>
  2. Draw Rectangles over input area
  3. Press Return

preview

output

Requires

  1. Python

  2. Pygame

    (sudo apt-get install python-pygame)

  3. Python Image Library

    (sudo apt-get install python-pip )
    (sudo pip install pil )

License

MIT © nab331

About

Automatic bulk certificate generator from an excel sheet using Pygame and Python Image Library


Languages

Language:Python 100.0%