Skip to content

Commit 0d05ead

Browse files
author
SATYAM TRIPATHI
authored
Create README.md
1 parent e384c4f commit 0d05ead

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
![](http://ForTheBadge.com/images/badges/made-with-python.svg)
2+
![](https://forthebadge.com/images/badges/built-by-developers.svg)</br>
3+
[![Prettier](https://img.shields.io/badge/Code%20Style-Prettier-red.svg)](https://github.com/prettier/prettier)
4+
![License](https://img.shields.io/badge/License-MIT-red.svg)</br>
5+
6+
## Description:
7+
- 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.
19+
20+
## Sample Output:
21+
22+
### Before:
23+
24+
![hey](https://github.com/Iamtripathisatyam/Awesome_Python_Scripts/blob/main/BasicPythonScripts/PC%20Cleaner/Images/output_1.jpg)
25+
26+
### After:
27+
28+
![hey](https://github.com/Iamtripathisatyam/Awesome_Python_Scripts/blob/main/BasicPythonScripts/PC%20Cleaner/Images/output_2.jpg)
29+

0 commit comments

Comments
 (0)