Commit Graph

8 Commits (cv2_1)

Author SHA1 Message Date
scito 13fcdcd022 fix problem of outdated colorama 1 year ago
scito b3fc854078 colored warn and error messages
- add log_warn() and log_error()
- adapt tests
1 year ago
scito 1f04dd71e2 allow to choose qr reader for images 1 year ago
scito 10ff533a42 downgrade opencv for macos in requirements.txt and Pipfile 1 year ago
scito b2a877061c add typing_extensions for compatibility 1 year ago
scito 9f0872c2d0 extract from camera
- add help description
- use f-strings
- handle plural correctly
- rename methods, use otp_url instead of line
- remove importlib.util
- move cv2 imports to top
- remove unnecessary global delcarations
- group image tests
1 year ago
qwertyca 483fcc0163 Add the ability so provide an image file as the infile. If the file contains a QR code generated by Google Authenticator's "Transfer Accounts" function, it will be decoded directly in a single step. This is meant to help users who need to access their secrets from Google Authenticator but don't have a QR code decoder and don't want to use an online one due to security concerns. 1 year ago
Michael Iseli bf96148461 Add python virtual env instructions
This change adds instructions on how to setup a python virtual env for this
repo.
In addition, the respective requirements files have been added for easy
installation with pip.
2 years ago