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

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for adafruit-circuitpython-miniqr-1.3.12.tar.gz
Algorithm Hash digest
SHA256 86dc078f0831b5aee594735b9e685dfc27c70f006f6d0295e478a7f4c752bf94
MD5 aa08cca53102e90034c0709afe504724
BLAKE2b-256 2e31003afae155eecd7466068fece739d848518516d9680256a021e17ea75714

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adafruit_circuitpython_miniqr-1.3.12-py3-none-any.whl
Algorithm Hash digest
SHA256 c9a4c5f30a000ed40f47483b4d219eeeb207ce7aaa593b7916c23839d422d8fc
MD5 83c774ff37ba904e0f4276ddea8c40bd
BLAKE2b-256 6ab4a2171223af476c94194b38ed049fe9d712cd6cdace7d1c93244b5db63554

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