Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SATYAM TRIPATHI authored Jun 12, 2021
1 parent 83ecfd1 commit 5420840
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions GUIScripts/QR Code Scanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

## Description:
- Let's [**look**](https://github.com/Iamtripathisatyam/Awesome_Python_Scripts/blob/main/GUIScripts/QR%20Code%20Scanner/qr_code_scan.py) at a Python script that scans a picture and outputs the results.
- This project will read QR codes and show the information contained within them.
- This project will read **QR** codes and show the information contained within them.
- It will first accept an image as input, then use **pzbar** to convert it to text, and then show the result.

## Modules need to install:
- pip install pyzbar
- pip install pywebio
- pip install Pillow
- pip install **pyzbar**
- pip install **pywebio**
- pip install **Pillow**

Sample Output:

Expand Down

0 comments on commit 5420840

Please sign in to comment.