Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 608 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 608 Bytes

Simple QR code reader for webcam on Windows

This is a simple qr code reader. It has a bounding box for each qr code it sees and scales text based on how close or far away the qr code is.

You will need to modify the pynotifier and win10toast libraries in order to click notifications.

Look at my fork for pynotifier and copy the pynotifier.py file; place it into the folder named pynotifier in the location:

~\python\lib\site-packages\pynotifier\

For win10Toast, copy the _init_.py file from the fork, but instead go to:

~\python\lib\site-packages\win10toast\