QR Code SVG Logo Generator
March 3, 2012 ยท View on GitHub
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
Dependencies
Python modules:
PIL (Python Imaging Library)