Home > prettyqr

prettyqr

Prettyqr is a project mainly written in PYTHON and SHELL, based on the MIT license.

Create beautiful looking QR codes

PrettyQR

Generate QR codes that look prettier than the default, with round corners and colours. Optionally embed a logo (we use the highest QR error redundancy, 30% so provided the logo isn't too large, the QR code is parsed fine by most readers)

uses qrencode (and its dependencies) to generate the raw QR data.

outputs svg files for best quality

Usage

prettyqr.py --options "Some text or url"

Adding logos

For best results, two versions of your logo should be provided. First generate a QR code without any logo. Open the output in e.g. inkscape, remove the contents and save a new file with the same dimensions, and your logo in the desired location. In addition, export a raster version of your logo template at 90 dpi, which may be used to clear the QR data from underneath the logo.

Good results for data in the order of short urls has been achieved with logos slightly larger than the (large) corner marking squares.

Note that there is a probability that this makes the QR code unusable. 30% redundancy is built in and it's worked in all (reasonable) examples I've tried. Always test to make sure the final QR code works.

Requirements

qrencode
libqrencode
PIL
Python >= 2.6 (for now)