Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.16 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.16 KB

QR Code Generator

A simple Python-based desktop application to generate and display QR codes. The application uses Tkinter for the graphical interface and PyQRCode and Pillow libraries to create and display QR codes dynamically.

Features

  • Generate QR codes by entering a name and URL.
  • Display the generated QR code within the application.
  • Save the generated QR code locally as a PNG file.

Technologies Used

  • Python
  • Tkinter (for GUI)
  • PyQRCode (for QR code generation)
  • Pillow (for displaying images in Tkinter)

Installation

Prerequisites

Make sure you have Python installed on your machine. You can download Python from here.

Dependencies

To install the required libraries, run the following command:

pip install pyqrcode pypng pillow

How to Run

  • Clone the repository or download the qr_code_generator.py file.
  • Open a terminal or command prompt and navigate to the project directory.
  • Run the application by executing:
python qr_code_generator.py

Screenshot:

Screenshot 2024-11-18 083852