Metadata-Version: 2.1
Name: qr-code-reader
Version: 1.1.4
Summary: A simple QR code reader
Home-page: https://github.com/mnedev-cell/qr_code_reader
Author: DEVMNE
Author-email: mne@yaposarl.ma
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# QR Code Reader

A simple Python package for reading QR codes from input and managing a queue.

## Installation

```bash
pip install qr_code_reader
```
# QR Code Reader

A simple Python package for reading QR codes from input and managing a queue.

## Installation

```bash
pip install qr_code_reader
```
## USAGE
```bash
 qr_reader = QRCodeReader(queue.Queue())
 codebarre = qr_reader.Read()
```
