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-0.0.0.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

kivy_garden.qrcode-0.0.0-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file kivy_garden.qrcode-0.0.0.tar.gz.

File metadata

  • Download URL: kivy_garden.qrcode-0.0.0.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-0.0.0.tar.gz
Algorithm Hash digest
SHA256 4ec2d07ad379163792157655c536447299636aefd8e0faff1d3ee0fb9bb4658e
MD5 46287553f66dbd7723af418f554d5205
BLAKE2b-256 f462f2d114009eef67ebddd81a35ed247ca8a8c65d5a3820119cb416602ea795

See more details on using hashes here.

File details

Details for the file kivy_garden.qrcode-0.0.0-py3-none-any.whl.

File metadata

  • Download URL: kivy_garden.qrcode-0.0.0-py3-none-any.whl
  • Upload date:
  • Size: 5.5 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-0.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f6b10664f9c8b69117499b4c1be0f70fe7352bc1e95d6cfb8b5b850a05ccca5d
MD5 d59b224f1f5d8c0e710f06adbac2ee00
BLAKE2b-256 05ccb3b60b761e014d6ab577cba0855e613c6dda6e6d7ce1ba8bb23676348a25

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