This is a Python script that allows you to scan QR codes from an image.
- Python 3.x
- OpenCV
- pyzbar
-
Clone this repository:
git clone https://github.com/TitanHaxz/QR-Code-Scanner.git
-
Install the required dependencies:
pip install opencv-python pyzbar
- Run the script:
python main.py
-
A file dialog window will open, allowing you to select an image containing QR codes.
-
The script will detect the QR codes in the image and display their contents.
-
If the QR code content is a URL, you will be prompted to open it in a web browser.
This project is licensed under the MIT License.