Skip to main content

Qrcode generator

Project description

Module QRCode

Build Status PyPI version

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


Download files

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

Source Distribution

kivy_garden.qrcode-2019.914.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

kivy_garden.qrcode-2019.914-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

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

Hashes for kivy_garden.qrcode-2019.914.tar.gz
Algorithm Hash digest
SHA256 86d581eed9addea534e9740a194c83f97850e78a2b84b3b98787fa936534f3b9
MD5 7bfcebb7d3d4ab0d9c4f13935d60d394
BLAKE2b-256 debe864bcc9aa7694ae0e8f0c0498eb78c9684e213fc966db5b0c1993b675f79

See more details on using hashes here.

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

Hashes for kivy_garden.qrcode-2019.914-py3-none-any.whl
Algorithm Hash digest
SHA256 c577b63e790818bec6b685f41b2397575f47bdfb075b24c92d8903bf7da497fa
MD5 f72231bd8e0961226a263ab9723cd634
BLAKE2b-256 6e2e6d863587920dfc43360b4600d8b98583f406616e56845a8446e333268642

See more details on using hashes here.

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