Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 1.47 KB

README.md

File metadata and controls

64 lines (38 loc) · 1.47 KB

QR Code Generator and Decoder

This is a simple Python application built using tkinter, qrcode, OpenCV, and Pillow for generating and decoding QR codes.

Features

  • Generate QR codes from text input
  • Decode QR codes from image files
  • Download generated QR codes
  • Copy decoded text to clipboard
  • Clear inputs and outputs easily

Installation

  1. Clone the repository:
 git clone https://github.com/skmirajulislam/QR-Code-Generator.git
  1. Navigate to the project directory:
cd QR-Code-Generator
  1. Install the required dependencies:
pip install tkinter, qrcode, io, PIL, opencv-python, pyperclip
conda install tkinter, qrcode, io, PIL, opencv-python, pyperclip

Usage

  1. Run the QR-FOR-ALL.py file:

  2. Use the tabs to either generate QR codes or decode them.

  3. Enter text for generating QR codes or provide the path to an image for decoding.

  4. Click the respective buttons to perform actions such as generating, decoding, downloading, or copying.

Screenshots

Contributing

Contributions are welcome! If you'd like to add new features, fix bugs, or improve the documentation, please feel free to open a pull request.

License

[https://github.com/skmirajulislam/QR-Code-Generator/blob/master/LICENSE]