https://github.com/torque/deqr
Simple QR code reader for Python
https://github.com/torque/deqr
qr-code qr-code-reader
Last synced: about 1 month ago
JSON representation
Simple QR code reader for Python
- Host: GitHub
- URL: https://github.com/torque/deqr
- Owner: torque
- License: other
- Created: 2021-05-31T23:48:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-10-18T19:13:34.000Z (4 months ago)
- Last Synced: 2025-10-19T04:08:20.467Z (4 months ago)
- Topics: qr-code, qr-code-reader
- Language: Cython
- Homepage: https://torque.github.io/deqr-docs/latest/
- Size: 212 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README
## deqr
A python library for decoding QR codes. Implemented as a cython wrapper around
two different QR code decoding backends (quirc and qrdec).
### Install
```
pip install deqr
```
### [Documentation][documentation]
[documentation]: https://torque.github.io/deqr-docs/latest-dev/