Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varuntotakura/qrcodereader
It will read the QR code and give the Ouput
https://github.com/varuntotakura/qrcodereader
opencv python python3 qrcode qrcode-reader qrcode-scanner
Last synced: 5 days ago
JSON representation
It will read the QR code and give the Ouput
- Host: GitHub
- URL: https://github.com/varuntotakura/qrcodereader
- Owner: varuntotakura
- License: bsd-2-clause
- Created: 2018-11-19T05:23:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T03:45:35.000Z (over 5 years ago)
- Last Synced: 2024-09-07T00:10:42.627Z (2 months ago)
- Topics: opencv, python, python3, qrcode, qrcode-reader, qrcode-scanner
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QRCodeReader
First you need to install pyzbar using "pip install pyzbar"
Then, "pip install pillow", "pip install numpy" and "pip install opencv"
After installing all the required modules you will be able to run both the files... "QrRead_WebCam.py" and "QrRead.py".
Enjoy it..!