Generate QR codes with your logo in the middle.
Logo should be a svg file, the output QR code is also an SVG
Simply pass the svg file containing the logo, the url you want on the QR code, and the output filename
./generate.py ./octocat.svg "http://github.com" ./octocatqr.svg
Python modules:
PIL (Python Imaging Library)