Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 719 Bytes

README.rst

File metadata and controls

50 lines (30 loc) · 719 Bytes

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