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: about 1 month 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T12:35:28.000Z (over 3 years ago)
- Last Synced: 2025-03-24T21:33:23.243Z (about 1 year ago)
- Topics: computer, image-processing, opencv, python, python3, qr-code, qrcode, qrreader
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- 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)
```