Skip to content

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

License

Notifications You must be signed in to change notification settings

TitanHaxz/QR-Code-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Languages