File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
Generating QRs using python.
2
2
3
3
All you need is an IDE(pycharm)
4
- pip install qrcode
4
+ pip install qrcode
5
5
and paste the code in [ qr.py] ( https://github.com/larymak/Python-project-Scripts/blob/main/QrCodeGen/qr.py )
6
6
7
7
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: "))
18
18
19
19
The qrcode generated will look like below:
20
20
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
+
You can’t perform that action at this time.
0 commit comments