Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gill-singh-a/qr-code-reader

A Python Program that uses OpenCV to detect and extract data from QR Codes in Images or in Live Video
https://github.com/gill-singh-a/qr-code-reader

computer-vision opencv python python3 qrcode qrcode-scanner

Last synced: 6 days ago
JSON representation

A Python Program that uses OpenCV to detect and extract data from QR Codes in Images or in Live Video

Awesome Lists containing this project

README

        

# QR Code Reader
A Python Program that uses OpenCV to detect and extract data from QR Codes in Images or in Live Video.

## Requirements
Language Used = Python3

Modules/Packages used:
* cv2
* datetime
* optparse
* time
* colorama

Install the dependencies:
```bash
pip install -r requirements.txt
```

## Inputs
It takes the following arguments from the command that is used to run the Python Program:
* '-s', "--save" : Name of the file to save Data extracted from the QR Code
* '-i', "--image" : Load Image from the given file

## Output
If no image path is provided, then the Program will start the Default Camera of the Device and start detection of QR Codes and will display the extracted data.

It no output file name is provided, then the data is saved in a file with name as the current date and time.