Skip to content
/ qrcan Public

A python3 tool to scan qr code image in terminal

Notifications You must be signed in to change notification settings

sky9262/qrcan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qrcan

A python3 tool to scan qr code image in terminal

Requirments

  • python3
    • opencv-python
    • pyzbar
  sudo pip3 install opencv-python pyzbar

Usage

For one qr code image:

python3 qrcan.py demo.png

If you have more than one qr code images, copy/move all the qr code images in one folder then provide the path to qrcan.py

python3 qrcan.py ./demo/path/

Installation

sudo bash install.sh

Usage : After install

For one qr code image:

qrcan demo.png

If you have more than one qr code images, copy/move all the qr code images in one folder then provide the path to qrcan.py

qrcan ./demo/path/

🔗 Links

blog linkedin github

About

A python3 tool to scan qr code image in terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published