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:
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 qrimage.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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qrkit-0.1.0.tar.gz
(2.5 kB
view details)
File details
Details for the file qrkit-0.1.0.tar.gz
.
File metadata
- Download URL: qrkit-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2f50670effa5a706c14585f5df3b22fb405f4270fff0d7c28a8f3536594cb27 |
|
MD5 | f32fcdb328054b1037ef45e57b18a3b6 |
|
BLAKE2b-256 | ae331a6795f261788a31a559df3caccae4bc7c89744244170f871aef5f293456 |