Skip to main content

Simple QR code kit.

Project description

Simple binding of qrencode library released under the public domain extracted from qurl.

Requirements

To build the binding you will need to install:

To use it you will need either:

Installation

Do one of this command to install it from pypi

pip install qrkit

or:

easy_install qrkit

From code:

$ python setup.py install

Simple usage

from qrkit.qrimg import encode_to_img

img = encode_to_img('http://www.python.org/', width=300, border=10)
img.save('qrimage.png', 'PNG', quality=80)

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

qrkit-1.0.0.tar.gz (27.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