QR Code program using python #5


import pyqrcode
from pyzbar.pyzbar import decode
from PIL import Image

qr = pyqrcode.create("Agent4Harsh")
qr.png("mycode.png", scale=5)



a



Post a Comment

0 Comments