This is a Python-based QR Code Generator that allows users to convert text or URLs into QR codes. The generated QR code is saved as an image file (PNG), making it easy to scan and share information.
- Generates QR codes from any text or URL
- Saves QR code as a
.png
image - Simple and easy-to-use command-line interface
- Python 3.x
qrcode
library
Install the required library using:
pip install qrcode[pil]