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 11Generating QRs using python.
22
33All you need is an IDE(pycharm)
4- pip install qrcode
4+ pip install qrcode
55and paste the code in [ qr.py] ( https://github.com/larymak/Python-project-Scripts/blob/main/QrCodeGen/qr.py )
66
77This 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
1919The 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+
You can’t perform that action at this time.
0 commit comments