QR Code Generate By Python | PyQRcode
This is a short video, where I show how to generate QR codes using Python. QR code can be used for business cards & anywhere it is needed. I have shown you how to create a QR code in a very simple way. ==================== First install below Modules. pip install pyqrcode pip install pypng =================== Code: import pyqrcode name=pyqrcode.create('Md.Hasan Sikder') name.png('code.png', scale=10)
This is a short video, where I show how to generate QR codes using Python. QR code can be used for business cards & anywhere it is needed. I have shown you how to create a QR code in a very simple way. ==================== First install below Modules. pip install pyqrcode pip install pypng =================== Code: import pyqrcode name=pyqrcode.create('Md.Hasan Sikder') name.png('code.png', scale=10)