#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
Sur cette page du site, vous pouvez voir la vidéo en ligne QR Code Generator using Python || Python project || c4rcoding durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur C 4r Coding 12 mai 2023, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 94 fois et il a aimé 17 téléspectateurs. Bon visionnage!