A simple, intuitive, and stylish QR code generator built with PyQt5.
- Text-to-QR: Easily convert any text input into a QR code.
- Transparent Mode: Option to preview QR codes with a transparent background. Why not?
- Save Functionality: Save your generated QR codes as PNG files.
- Clear & Reset: With one click, clear the input and the generated QR code.
- In-memory Storage: Generated QR code is stored in the application's memory. That's cool.
- Clone the repository.
- Ensure you have all the required libraries installed.
- Run the main script to start the QR Code Generator.
- PyQt5
- pyqrcode
- PIL (from Pillow)
- pypng
Install all requirements with:
pip install PyQt5 pyqrcode Pillow pypng
This is not the final version of the QR Code Generator. Future updates and improvements are planned.