Skip to content

m1ss-chief/QR-Code-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages