Badge Creator for Course

You'll need:

1. A Badge template (Model) 2. List of people (Example 3. A small python program 4. Optional: QR Code Reader (Example: http://qrcode.kaywa.com/)

Python Program

#!python import Image, ImageFont, ImageDraw from pygooglechart import QRChart

fontfile = r"C:\WINDOWS\Fonts\arialbd.ttf" xsize = 626 ysize = 1004 QRx = 177*2 QRy = 177*2 plan = [i.split(',') for i in open('fscurso.csv').readlines()] plan = plan[1:]

for i in plan: