#python #pythonprojects #pythonprogramming #pythontutorial #pythonforbeginners #c4rcoding
------------Project Code------------
print ("-----QR code generator-----")
import qrcode
import image
qr = qrcode.QRCode(
version = 15, #version of qr code
box_size = 12, #size of the box where qr code will be displayed
border = 6
)
#input text or link anything you want
data = input("Enter text or Link: ")
qr.add_data(data)
qr.make(fit = True)
#you can use your own choice color
img = qr.make_image(fill = "black", back_color = "white")
img.save("qr.png")
#python #pythonprojects #pythonprogramming #pythontutorial #pythonforbeginners #c4rcoding
En esta página del sitio puede ver el video en línea QR Code Generator using Python || Python project || c4rcoding de Duración hora minuto segunda en buena calidad , que subió el usuario C 4r Coding 12 mayo 2023, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 94 veces y le gustó 17 a los espectadores. Disfruta viendo!