Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 497 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 497 Bytes

QR Code SVG Logo Generator

Generate QR codes with your logo in the middle.

Example Code

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)