A modern and user-friendly QR code generator built with Python and Flet framework.
- Generate QR codes from text or URLs
- Customize QR code appearance:
- Fill color (8 color options)
- Background color (8 color options)
- Error correction levels (7% to 30%)
- Border size (0-8)
- QR code size (100-500 pixels)
- Save QR codes as PNG files
- Real-time preview
- Modern and responsive UI
- Clone this repository:
git clone https://github.com/GauravM512/qr-code-generator.git
cd qr-code-generator
- Install required dependencies:
pip install flet qrcode[pil] pillow
- Run the application:
flet run
- Enter text or URL in the input field
- Customize your QR code using the available options
- Click "Generate QR Code" to create the QR code
- Click "Save QR Code" to save it as a PNG file
- Python 3.9 or higher
- flet
- qrcode
- pillow
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request