Qrcode generator
Project description
Module QRCode
A QRCode Widget.
Install
pip install kivy-garden.qrcode
Usage
Python:
from kivy_garden.qrcode import QRCodeWidget
parent.add_widget(QRCodeWidget(data="Kivy Rocks"))
kv:
#:import QRCodeWidget kivy_garden.qrcode
BoxLayout:
orientation: 'vertical'
Button:
text: 'press to change qrcode'
on_release: qr.data = "Kivy Rocks!"
QRCodeWidget:
id: qr
data: 'Hello World'
Contribute
Pull requests are welcome, simply make sure tests are passing via:
make test
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
Built Distribution
File details
Details for the file kivy_garden.qrcode-2019.914.tar.gz
.
File metadata
- Download URL: kivy_garden.qrcode-2019.914.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86d581eed9addea534e9740a194c83f97850e78a2b84b3b98787fa936534f3b9 |
|
MD5 | 7bfcebb7d3d4ab0d9c4f13935d60d394 |
|
BLAKE2b-256 | debe864bcc9aa7694ae0e8f0c0498eb78c9684e213fc966db5b0c1993b675f79 |
File details
Details for the file kivy_garden.qrcode-2019.914-py3-none-any.whl
.
File metadata
- Download URL: kivy_garden.qrcode-2019.914-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c577b63e790818bec6b685f41b2397575f47bdfb075b24c92d8903bf7da497fa |
|
MD5 | f72231bd8e0961226a263ab9723cd634 |
|
BLAKE2b-256 | 6e2e6d863587920dfc43360b4600d8b98583f406616e56845a8446e333268642 |