QR Code Generator using Python || Python project || c4rcoding

Pubblicato il: 12 maggio 2023
sul canale di: C 4r Coding
94
17

#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


In questa pagina del sito puoi guardare il video online QR Code Generator using Python || Python project || c4rcoding della durata di ore minuti seconda in buona qualità , che l'utente ha caricato C 4r Coding 12 maggio 2023, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 94 volte e gli è piaciuto 17 spettatori. Buona visione!