import pyqrcode
from pyzbar.pyzbar import decode
from PIL import Image
qr = pyqrcode.create("Agent4Harsh")
qr.png("mycode.png", scale=5)
a
import pyqrcode
from pyzbar.pyzbar import decode
from PIL import Image
qr = pyqrcode.create("Agent4Harsh")
qr.png("mycode.png", scale=5)
a
0 Comments