This website requires JavaScript.
Explore
Help
Register
Sign in
smokephil
/
extract_otp_secret_keys
Watch
1
Star
0
Fork
You've already forked extract_otp_secret_keys
0
mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced
2025-12-06 14:54:57 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
445d77783c
extract_otp_secret_keys
/
run_pytest.sh
4 lines
98 B
Bash
Raw
Normal View
History
Unescape
Escape
refactor image import and add Alpine docker image - dynamic import of QR reader - build docker also for arm64
2022-12-24 01:59:35 +01:00
#!/bin/sh
cd
/extract
capture QR codes from camera and major refactoring - add GUI for QR code capturing from camera (CV2 is used) - support different QR readers: ZBAR,QREADER,QREADER_DEEP,CV2,CV2_WECHAT - support several input files - add option to ignore duplicate otps - write warnings and errors to stderr - add output coloring - rename project from extract_otp_secret_keys to extract_otp_secrets - improve help - clean verbose level output - use Python type hints and check with mypy - use f-strings - clean up code - add more tests - calculate code coverage - use src-layout: move files and folders - support wheel packing - enhance README.md - bugfixes * fix -k - * fix utf-8 encoding on windows
2022-12-28 22:28:54 +01:00
pip install -U pytest pytest-mock
&&
pip install --no-deps .
&&
pytest
"
$@
"
Reference in a new issue
Copy permalink