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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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