A QR handling module for writing and reading QR.
Project description
qrio
A QR handling module for writing and reading QR.
example
from qrio import encode, decode
data = "hello world"
print(data == decode(encode(data.encode())).decode())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qr-coder-0.0.0.tar.gz
(5.2 kB
view details)
File details
Details for the file qr-coder-0.0.0.tar.gz.
File metadata
- Download URL: qr-coder-0.0.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1042b99808b3f62b9349f250c5b4096776ed6ae95c79c35a1f8eddc4b43afcc0
|
|
| MD5 |
f36ae042a141b3991658bdcc3373cf86
|
|
| BLAKE2b-256 |
63362d3e3f3939912328a549049b63f19c14235b19cdbb415a8063661ecf2bc1
|