add pip installation; improve README

- improve README
    - add Installation section
    - add Features section
    - add Glossary
    - add related projects

- add setup.py for pip installation:
    pip install git+https://github.com/scito/extract_otp_secret_keys
This commit is contained in:
scito
2022-12-10 12:23:13 +01:00
parent 5783d086ad
commit c44a3f45de
3 changed files with 120 additions and 3 deletions

2
.gitignore vendored
View File

@@ -14,3 +14,5 @@ venv/
!.devcontainer/
!.devcontainer/*.json
*.whl
build/
extract_otp_secret_keys.egg-info/