The QR Code Generator is a simple tool built with 🐍 Python, 🎨 Tkinter, and qrcode that allows users to generate QR codes from text input easily.
- 🔤 Convert text into QR codes
- 📸 Save QR codes as PNG images
- 🖼️ Display generated QR codes in a separate window
- 🎨 User-friendly graphical interface
- Ensure you have Python 3️⃣.x installed.
- 📥 Clone the repository:
git clone https://github.com/RamezHas/qr-code-generator.git cd qr-code-generator - Install dependencies:
pip install qrcode[pil] customtkinter pillow
- ✅ Ready to use!
Run the script:
python qr_generator.py- Enter text in the input field.
- Click the "Click Me" button to generate the QR code.
- A new window will open displaying the QR code.
- 🐍 Python 3️⃣.x
- 📦
qrcodefor QR code generation - 🎨
customtkinterfor UI styling - 🖼️
pillowfor image handling
- 💾 Option to save QR codes in different formats (JPG, SVG, etc.)
- 🎨 Customization options (colors, sizes, styles)
- 📤 Direct sharing of QR codes
