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.
- Host: GitHub
- URL: https://github.com/filiprokita/qrreader
- Owner: FilipRokita
- Created: 2021-12-05T13:08:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T12:35:28.000Z (over 2 years ago)
- Last Synced: 2025-01-30T01:41:50.604Z (9 months ago)
- Topics: computer, image-processing, opencv, python, python3, qr-code, qrcode, qrreader
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QRREADER
Simple tool that reads QR codes.# Installation
```
pip install -r requirements.txt
```# Usage
```
python3 QRREADER.py (filename)
```