#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
Nesta página do site você pode assistir ao vídeo on-line QR Code Generator using Python || Python project || c4rcoding duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário C 4r Coding 12 Maio 2023, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 94 vezes e gostou 17 espectadores. Boa visualização!