Добавить
Уведомления

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)

12+
16 просмотров
2 года назад
12+
16 просмотров
2 года назад

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)

, чтобы оставлять комментарии