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

https://github.com/filiprokita/qrreader

The QRReader program is a Python script designed to read QR codes from an image file. It uses the OpenCV library to detect and decode QR codes.
https://github.com/filiprokita/qrreader

computer image-processing opencv python python3 qr-code qrcode qrreader

Last synced: 7 months ago
JSON representation

The QRReader program is a Python script designed to read QR codes from an image file. It uses the OpenCV library to detect and decode QR codes.

Awesome Lists containing this project

README

          

# QRREADER
Simple tool that reads QR codes.

# Installation
```
pip install -r requirements.txt
```

# Usage
```
python3 QRREADER.py (filename)
```