This project is a simple Python application that generates QR codes based on user input using the qrcode library.
The program allows the user to enter a URL or any text input, then automatically converts it into a QR code image. The generated QR code is saved as an image file locally, making it ready for sharing or integration into other projects.
Key Features:
• Accepts dynamic user input (URL or text)
• Generates QR codes using the Python qrcode library
• Converts text/links into a scannable QR image
• Saves the generated QR code as an image file (qr.png)
This project demonstrates my understanding of Python libraries, external package usage, file handling, and automation through simple scripting.