Skip to main content

A non-hardware dependant miniature QR generator library. All native Python!

Project description

Introduction

Documentation Status Discord Build Status Code Style: Black

A non-hardware dependant miniature QR generator library. All native Python!

Dependencies

This driver depends on:

Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle.

Installing from PyPI

On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI. To install for current user:

pip3 install adafruit-circuitpython-miniqr

To install system-wide (this may be required in some cases):

sudo pip3 install adafruit-circuitpython-miniqr

To install in a virtual environment in your current project:

mkdir project-name && cd project-name
python3 -m venv .venv
source .venv/bin/activate
pip3 install adafruit-circuitpython-miniqr

Usage Example

import adafruit_miniqr

qr = adafruit_miniqr.QRCode()
qr.add_data(b'https://www.adafruit.com')
qr.make()
print(qr.matrix)

Documentation

API documentation for this library can be found on Read the Docs.

For information on building library documentation, please check out this guide.

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

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

adafruit-circuitpython-miniqr-2.1.1.tar.gz (31.1 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file adafruit-circuitpython-miniqr-2.1.1.tar.gz.

File metadata

File hashes

Hashes for adafruit-circuitpython-miniqr-2.1.1.tar.gz
Algorithm Hash digest
SHA256 b223957e4936c3d8e14f8efbe591b0d5f1546b957660047c63c1e44cffb0e360
MD5 4501b7f718979caaff29cdab81a299b5
BLAKE2b-256 818ff03fec0ad25791b9f5fa23cea2ef537c6c70dfc40d02151cbf4e0547b9f8

See more details on using hashes here.

File details

Details for the file adafruit_circuitpython_miniqr-2.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for adafruit_circuitpython_miniqr-2.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 39346cdfefa76208f2fcc4aae41763006f7a22039d450aeda2d113b1b8200bfa
MD5 bec79e3ad2e48e25cba04d8e431ed2e1
BLAKE2b-256 6334b41ef5f10fb79492d4b092fb2e458e51e4046b421484cbf3890f6a65a097

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