This project is a simple QR Code generator built using Python. It allows users to generate QR codes from a given string or URL. The generated QR code can be saved as an image file (PNG format) and can be scanned using any standard QR code scanner. Features: Generate QR codes: Create QR codes for URLs, text, or any other string.
Save as image: The generated QR code can be saved to your local system in PNG format.
Customizable: Option to adjust QR code size and error correction level.
Easy to use: A simple Python script that doesn't require complex configuration.
Requirements: Python 3.x
qrcode library: A Python library to generate QR codes.