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.8.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.8-py3-none-any.whl (9.5 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for adafruit_circuitpython_miniqr-2.1.8.tar.gz
Algorithm Hash digest
SHA256 27212e2326a943d735f5cc1dafc8a01c9840fe14c7c3271d9340e3960c6d90bd
MD5 c65babe3b31744059f799e4a2764ce5f
BLAKE2b-256 db3efdb59b2467c7ea77b262ec343579736a3842582038275093b21062ee6ea0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adafruit_circuitpython_miniqr-2.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 fa478d8ce0306271d653ee78e2df90438b5122e41ad25d4b06ad3684df4d11d8
MD5 0f39576bc139349909f18be272a6b402
BLAKE2b-256 d3f03ff8e1f7af786de78839349e5fd4316097f2db8c8f0938b694631dd99138

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