QR Code Maker Using Pyhton Get link Facebook X Pinterest Email Other Apps February 07, 2021 QR Code Maker Using Pyhton CODEimport pyqrcode import png from pyqrcode import QRCode s = input("enter the url :- ")url = pyqrcode.create(s) url.png( 'qrcode.png', scale = 10) Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment