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: Ruff

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

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

adafruit_circuitpython_miniqr-2.1.9-py3-none-any.whl (9.5 kB view details)

Uploaded Python 3

File details

Details for the file adafruit_circuitpython_miniqr-2.1.9.tar.gz.

File metadata

File hashes

Hashes for adafruit_circuitpython_miniqr-2.1.9.tar.gz
Algorithm Hash digest
SHA256 dc099a90dbe7f6382b6e56e7b0a3b16ad1239516ca41a36c01a6f0868bd4d0f1
MD5 5beaff88348817b04dd6772690880726
BLAKE2b-256 87930b227b9413dd39600b102b53225ff2739ea2f13dd3185ddecf341f2f635d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adafruit_circuitpython_miniqr-2.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 60ccee1e4441f18287da1547188f92199a48b70a7232ec527d4f002f59c859d0
MD5 342675d97913755f6c4ad9e20a00b7d5
BLAKE2b-256 f258a72b66f51e3b6d5bee53e6be3d3b4840d3788dadce9cf4e8bc6df51c5533

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page