/QRcode_maker

A QR code maker is generate a QR code by inputting a specific URL. It give QR code in (.png) formate

Primary LanguagePython

QRcode_maker

#A QR code maker is generate a QR code by inputting a specific URL. It give QR code in (.png) formate #To generate a QR code in Python, you can use the qrcode library. You can install this library using pip by running the following command in your command prompt or terminal: image

#Once you have installed the qrcode library, Now you run the python file: #Input: "you give url that want to generate QRcode" terminal code

#Now you get QR_maker.png file that give you qrcode. image