An open API service indexing awesome lists of open source software.

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

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/