Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamakkkhil/qr_code_scanner
By using pyzbar library of python I have created a scanner that reads the image and prints the encoded data.
https://github.com/iamakkkhil/qr_code_scanner
Last synced: 1 day ago
JSON representation
By using pyzbar library of python I have created a scanner that reads the image and prints the encoded data.
- Host: GitHub
- URL: https://github.com/iamakkkhil/qr_code_scanner
- Owner: iamakkkhil
- Created: 2021-03-05T13:45:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-05T13:51:56.000Z (almost 4 years ago)
- Last Synced: 2024-03-17T05:53:47.575Z (11 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 707 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR_code_scanner
Created a simple QR code and Bar code scanner by using Pyzbar Library of Python.
The scanner extracts the information from the given image and prints it.
Go ahead and give it a try.