A Python application to generate QR codes using a simple graphical user interface (GUI) built with the customtkinter library.
- Generate QR codes from any text input.
- Preview the generated QR code in the application.
- Save the QR code as a PNG file to your device.
- Delete or reset the previewed QR code.
- Simple and user-friendly interface.
- Python 3.7 or higher
- Libraries:
qrcodePillowcustomtkinter
*you can use setup file______
- Clone this repository:
git clone https://github.com/AbstractBits/Qr-Code-Generator-Gui.git cd Qr-Code-Generator-Gui
2.Install dependencies: pip install -r requirements.txt
3.Run the application: python qr_code_generator.pyw

