Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Coder

QR Coder is a Python program designed for easily creating Quick Response codes. It utilizes the tkinter module to build a graphical user interface.

Features

  • User-Friendly Interface: The program provides a simple and intuitive interface for generating QR codes.

  • QR Code Generation: Input any data into the text entry field, click the "Generate" button, and the program will create a QR code representing the entered data.

  • Save QR Code: Users can save the generated QR code as a PNG file by clicking the "Save" button.

How to Use

  1. Enter Data: Input the data you want to encode into the QR code in the entry field.

  2. Generate QR Code: Click the "Generate" button to create the QR code.

  3. Save QR Code: If you wish to save the generated QR code, click the "Save" button and choose a location to save the PNG file.

Requirements

  • Python 3.x
  • tkinter module
  • qrcode module
  • Pillow (PIL) module

Installation

  1. Clone or download the repository to your local machine.

  2. Install the required modules using the following command:

    pip install -r requirements.txt
    
  3. Run the program:

    python main.py
    

Screenshot

J55kiyG.png J57GJO7.png

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages