Flask-QR

Flask extension for generating qr codes


License
BSD-3-Clause
Install
pip install Flask-QR==0.1.3

Documentation

Flask-QR

This is simple extension for generating and displaying QR codes with 'flask'_.

Installation

Install the extension with one of the following commands:

$ easy_install Flask-QR

or alternatively if you have pip installed:

$ pip install Flask-QR

Quickstart

Initialize with flask application and default parameters:

qr = QR(app, mode="google")

Then in your template:

{{ 'I am a Qr-Code' | qrFor }}

Documentation

The full documentation is available here.

Changelog

0.1.3 2014-08-29

  • Fixed issue #1