Skip to main content

A simple flask extension to render QR codes on template

Project description

Flask-QRcode
============

A simple Flask extension to render QR codes on the template using [python-qrcode](https://github.com/lincolnloop/python-qrcode)

![](QRcode.png)

##Installation

```
pip install Flask-QRcode
```

##Usage:

###Extend the app:

```
from flask.ext.qrcode import QRcode
# [...]
QRcode(app)
# [...]
```

###Then use it within your templates:

####Basic usage:

<img src="{{ qrcode(STRING_TO_ENCODE) }}">

###More examples:
[Sample Application](https://github.com/marcoagner/Flask-QRcode/tree/master/sample_application)

##Contributing:

It's awesome that you want to contribute to this package. Thanks in advance!

The process is pretty stratighforward...

1. Fork this repository
2. Checkout from Master with a feature branch (prefer naming it related to what is being contributed)
3. Do your magic
* Install the dependencies:
```
pip install -r requirements.txt
pip install -e . # for installing flask_qrcode on editable mode
```
4. Don't be shy and... Pull Request!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Flask-QRcode-0.7.0.tar.gz (2.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page