A simple Python project to generate a QR code from a URL input and save it as an image file.
- Python 3.x
To install the required packages for this project, run the following commands in your terminal:
pip install qrcode PillowThe generated QR Code is saved in Output.jpeg
Enter the URL you want to generate a QR code for: https://example.com
QR code generated and saved as Output.jpeg