Skip to content

Swagnik02/QR-Code-Generator-using-tkinter-python-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator Application

This is a simple QR code generator application built in Python using the tkinter library for the graphical user interface and the qrcode library for generating QR codes. It provides an easy-to-use interface for generating QR codes from text or URLs and exporting them as .png files.

Features

  • Exporting .png Files
  • Easy-to-Use UI

Use without any setup

To use the application without any setup, download the executable file from the following link: Download QR Code Generator

QR Code Generator

Once downloaded, simply open the executable file and allow any pop-ups that may appear.

How to Use

  1. Input the desired text or URL into the provided text box.
  2. Click the "EMBED" button to generate the QR code.
  3. Optionally, click the "EXPORT" button to save the generated QR code as a .png file.

Installation

  1. Clone this repository to your local machine.
    git clone https://github.com/your_username/qr-code-generator.git
  2. Install the required dependencies.
    pip install qrcode pillow
  3. Run the application.
    python qr_code_generator.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published