A simple Python program that generates and displays QR codes from URLs.
This tool allows users to quickly convert any website link into a scannable QR code and optionally display it on screen.
- Generate QR codes from any URL.
- Save the QR code as an image (
qrcode.png). - Display the QR code using
matplotlib. - Simple command-line interface.
Run the program:
Follow the prompts:
- Enter the URL you want to generate a QR code for.
- Choose whether to display the QR code (
Yorn). - The QR code will be saved as qrcode.png in the project folder.
Enter the URL: [https://www.example.com](https://github.com/Kaelinkes)
Display QR code? (Y/n): Y
qr-code-generator
│
├── qr_code_generator.py
├── qrcode.png
└── README.md
- qrcode
- matplotlib
This project is licensed under the MIT License.