📌 QR Code Generator (Python)
This is a simple Python program that generates a QR code from any URL or text entered by the user and saves it as an image file.
How to Generate QR Code
Install the required library: pip install qrcode[pil]
Run the program: python main.py
Enter the URL or text when asked: Enter the URL: https://example.com
A file named qrcode.png will be created in the same folder.
📱 How to Scan Open your mobile camera or any QR scanner app and scan the generated qrcode.png to open the link.
🛠️ Built With
Python qrcode library