mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-06 06:44:57 +01:00
cv2: save as csv/json/keppass by key command
This commit is contained in:
parent
197347a3e9
commit
970dbd3759
6 changed files with 119 additions and 35 deletions
|
|
@ -1,4 +1,5 @@
|
|||
colorama>=0.4.6
|
||||
importlib_metadata; python_version<='3.7'
|
||||
opencv-contrib-python; sys_platform != 'darwin'
|
||||
opencv-contrib-python<=4.7.0; sys_platform == 'darwin'
|
||||
Pillow
|
||||
|
|
@ -7,4 +8,3 @@ pyzbar
|
|||
qrcode
|
||||
qreader<2.0.0
|
||||
typing_extensions; python_version<='3.7'
|
||||
importlib_metadata; python_version<='3.7'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue