QR Code Maker Using Pyhton

QR Code Maker Using Pyhton 

CODE

import pyqrcode 
import png 
from pyqrcode import QRCode 


s = input("enter the url :- ")

url = pyqrcode.create(s) 
 
url.png( 'qrcode.png'scale = 10




 

Comments

Popular posts from this blog

Speech To Text

Design Using Python Turtle Graphics

Text To Voice Using Python