Commit Graph

5 Commits (f933cd0d32abb19d1512fc32805252e025472a5e)

Author SHA1 Message Date
scito f4389ca8a3 fix linting 2 years 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
2 years ago
scito e754befb52 refactor; update setup.py
more verbose logging
better error messages
2 years ago
scito f4934192ae WIP 2 years 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. 2 years ago