Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 750 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 750 Bytes

QR Code Scanner

This is a Python script that allows you to scan QR codes from an image.

Requirements

  • Python 3.x
  • OpenCV
  • pyzbar

Installation

  1. Clone this repository:

    git clone https://github.com/TitanHaxz/QR-Code-Scanner.git
  2. Install the required dependencies:

pip install opencv-python pyzbar

Usage

  1. Run the script:
python main.py
  1. A file dialog window will open, allowing you to select an image containing QR codes.

  2. The script will detect the QR codes in the image and display their contents.

  3. If the QR code content is a URL, you will be prompted to open it in a web browser.

License

This project is licensed under the MIT License.