A simple Python script to generate QR codes from any text, URL, or data string. Saves the QR code as an image file for easy sharing or embedding.
- ✅ Generate QR codes from any content (text, URL, contact info, etc.)
- 🖼️ Save output as PNG or JPEG
- 🧩 Minimal dependencies
- 🐍 Built with Python and
qrcodelibrary
Install the required library using pip:
pip install qrcode