This is a simple Python console application that generates a QR code from a user-provided URL. The script runs interactively, waits for the user to enter a URL, and saves the generated QR code as an image file.
- Accepts URL input from the terminal
- Generates QR code instantly
- Saves QR code as an image file
- Python
- qrcode library
This project was built to practice Python scripting and automation by creating a useful real-world utility.