Skip to content

Commit 73187c8

Browse files
authored
Updated README with Video link
1 parent 0c719ea commit 73187c8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

QrCodeGen/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Generating QRs using python.
22

33
All you need is an IDE(pycharm)
4-
pip install qrcode
4+
pip install qrcode
55
and paste the code in [qr.py](https://github.com/larymak/Python-project-Scripts/blob/main/QrCodeGen/qr.py)
66

77
This with this code you can be able to generate QR code for urls,
@@ -18,4 +18,8 @@ image = qrcode.make(input("Write Your message: "))
1818

1919
The qrcode generated will look like below:
2020

21-
![image](https://github.com/larymak/Python-project-Scripts/blob/main/QrCodeGen/clock.jpg)
21+
![image](https://github.com/larymak/Python-project-Scripts/blob/main/QrCodeGen/clock.jpg)
22+
23+
Video Link: https://www.youtube.com/watch?v=QemlQBeIxWI
24+
[![QR Code Gen Using Python](http://i3.ytimg.com/vi/QemlQBeIxWI/maxresdefault.jpg)](https://www.youtube.com/watch?v=QemlQBeIxWI)
25+

0 commit comments

Comments
 (0)