Make Your Own QR Code using Python?????????

Make Your Own QR Code using Python????????

Nowadays we all are used to scan QR Codes especially for UPI Payments!! But do you know you can create your own QR Code with Python, which can contain a Text/Website Link or whatever...Possibilities are endless!!


1. Let's see how you can make your own QR Code??

No alt text provided for this image

2. Prerequisites ??

No alt text provided for this image

3. Source Code??

No alt text provided for this image
import qrcode
	

img = qrcode.make('https://www.instagram.com/codewithbiki/')
img.save('qr_code.png')
img.show()        

4. Your QR Code is Ready??

No alt text provided for this image

Now Scan this QR Code with any QR Code scanner or Google Lens and you will be redirected to my instagram page named @codewithbiki , Go and FOLLOW for More??????

要查看或添加评论,请登录

社区洞察

其他会员也浏览了