Skip to content

Commit 90aefa3

Browse files
authored
Merge pull request Python-World#259 from Chandra0505/patch-2
Added content to the readme file
2 parents 0aa00e6 + 4b4e26d commit 90aefa3

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# QR code generator using Python
2+
This script take a link of any URL and generate a QR code corresponding to it.
3+
4+
## Library Used
5+
* qrcode
6+
7+
### To install required external modules
8+
* Run `pip install qrcode`
9+
10+
### How to run the script
11+
- Provide your desired URL in the script
12+
- Execute `python3 generate_qrcode.py`
13+
14+
### Screenshot/GIF showing the sample use of the script
15+
16+
![QR code Output](https://github.com/Python-World/python-mini-projects/blob/master/projects/Qr_code_generator/url_qrcode.png)

0 commit comments

Comments
 (0)