You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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 will put your all the files in the respected folder.
8
+
- This project will read **QR** codes and show the information contained within them.
9
+
- It will first accept an image as input, then use **pzbar** to convert it to text, and then show the result.
10
+
11
+
## Procedure to follow:
12
+
pip install pyzbar
13
+
pip install pywebio
14
+
pip install Pillow
15
+
- Change to the directory where the image will be scanned.
16
+
- Take the user's input and verify whether or not the input file name exists and if it exists then move to the next step.
17
+
- Open the image with the help of **Image** function and use **decode** to decode it.
18
+
- Finally, use **UTF-8** to decode the text and show it on the output screen using **put_text** function.
0 commit comments