/Qr-Code-Generator-Gui

A Python application to generate QR codes using a simple graphical user interface (GUI) built with the `customtkinter` library.

Primary LanguagePython

QR Code Generator

A Python application to generate QR codes using a simple graphical user interface (GUI) built with the customtkinter library.

Screenshot 1 Screenshot 2

Features

  • 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.

Requirements

  • Python 3.7 or higher
  • Libraries:
    • qrcode
    • Pillow
    • customtkinter

Installation

*you can use setup file______

  1. 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