This is simple extension for generating and displaying QR codes with 'flask'_.
Install the extension with one of the following commands:
$ easy_install Flask-QR
or alternatively if you have pip installed:
$ pip install Flask-QR
Initialize with flask application and default parameters:
qr = QR(app, mode="google")
Then in your template:
{{ 'I am a Qr-Code' | qrFor }}
The full documentation is available here.
- Fixed issue #1