Skip to main content

Qrcode generator

Project description

Module QRCode

Build Status Github Actions Tests Coverage 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-2021.314.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

kivy_garden.qrcode-2021.314-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

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

Hashes for kivy_garden.qrcode-2021.314.tar.gz
Algorithm Hash digest
SHA256 b9f730bd4328a46bfa4aeb22f7d9b077cb36d7bb8eb1c07bdaec3692450ae856
MD5 7eec3096030e7270e83fd6ee93c49672
BLAKE2b-256 a11cb93bdc1393b89c60eff71e00f4d83e4d51204712f69a8a71313f78b6c495

See more details on using hashes here.

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

Hashes for kivy_garden.qrcode-2021.314-py3-none-any.whl
Algorithm Hash digest
SHA256 3735f39179b7af1b9c909769f514dca96cc2d1b4ef84f0863c98443fb0e402dd
MD5 400ee0780213793e17f6f3924593497a
BLAKE2b-256 6dde81688245946a171d6b9db6e6911d383370943c19238a7e077aedf2e69f5a

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