This is a simple Python application built using tkinter, qrcode, OpenCV, and Pillow for generating and decoding QR codes.
- 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
- Clone the repository:
git clone https://github.com/skmirajulislam/QR-Code-Generator.git
- Navigate to the project directory:
cd QR-Code-Generator
- Install the required dependencies:
pip install tkinter, qrcode, io, PIL, opencv-python, pyperclip
conda install tkinter, qrcode, io, PIL, opencv-python, pyperclip
-
Run the
QR-FOR-ALL.py
file: -
Use the tabs to either generate QR codes or decode them.
-
Enter text for generating QR codes or provide the path to an image for decoding.
-
Click the respective buttons to perform actions such as generating, decoding, downloading, or copying.
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.
[https://github.com/skmirajulislam/QR-Code-Generator/blob/master/LICENSE]