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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kivy_garden.qrcode-2021.314.tar.gz.
File metadata
- Download URL: kivy_garden.qrcode-2021.314.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9f730bd4328a46bfa4aeb22f7d9b077cb36d7bb8eb1c07bdaec3692450ae856
|
|
| MD5 |
7eec3096030e7270e83fd6ee93c49672
|
|
| BLAKE2b-256 |
a11cb93bdc1393b89c60eff71e00f4d83e4d51204712f69a8a71313f78b6c495
|
File details
Details for the file kivy_garden.qrcode-2021.314-py3-none-any.whl.
File metadata
- Download URL: kivy_garden.qrcode-2021.314-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3735f39179b7af1b9c909769f514dca96cc2d1b4ef84f0863c98443fb0e402dd
|
|
| MD5 |
400ee0780213793e17f6f3924593497a
|
|
| BLAKE2b-256 |
6dde81688245946a171d6b9db6e6911d383370943c19238a7e077aedf2e69f5a
|