improve README

This commit is contained in:
scito 2022-12-24 15:50:44 +01:00
parent e754befb52
commit b0b4c29e7b

View File

@ -125,6 +125,14 @@ The zbar DLLs are included with the Windows Python wheels. On other operating sy
python extract_otp_secret_keys.py --csv - example_export.txt python extract_otp_secret_keys.py --csv - example_export.txt
### Printing otp secrets csv to stdout without header line
python extract_otp_secret_keys.py --csv - example_*.png | tail -n+2
### Reading from stdin and printing to stdout
cat example_*.txt | python extract_otp_secret_keys.py --csv - - | tail -n+2
## Features ## Features
* Free and open source * Free and open source
@ -133,13 +141,13 @@ The zbar DLLs are included with the Windows Python wheels. On other operating sy
* Supports TOTP and HOTP * Supports TOTP and HOTP
* Generates QR codes * Generates QR codes
* Reads QR Code images * Reads QR Code images
* Various export formats: * Exports to various formats:
* CSV * CSV
* JSON * JSON
* Dedicated CSV for KeePass * Dedicated CSV for KeePass
* QR code images * QR code images
* Supports reading from stdin and writing to stdout by specifying '-' * Supports reading from stdin and writing to stdout
* Various import image formats: (See [OpenCV docu](https://docs.opencv.org/3.4/d4/da8/group__imgcodecs.html#ga288b8b3da0892bd651fce07b3bbd3a56)) * Reads from various import image formats containing export QR codes: (See [OpenCV docu](https://docs.opencv.org/3.4/d4/da8/group__imgcodecs.html#ga288b8b3da0892bd651fce07b3bbd3a56))
* Portable Network Graphics - *.png * Portable Network Graphics - *.png
* WebP - *.webp * WebP - *.webp
* JPEG files - *.jpeg, *.jpg, *.jpe * JPEG files - *.jpeg, *.jpg, *.jpe