pyauth / pyotp

Python One-Time Password Library
https://pyauth.github.io/pyotp/
Other
2.91k stars 319 forks source link

wishlist: Mention command line interface #157

Open hackerb9 opened 8 months ago

hackerb9 commented 8 months ago

The README and documentation do not mention a command line interface or any sort of reference implementation. This is something that people do look for and so it would be good to document it clearly so people don't have to do an exhaustive search to know that none exists.

Please consider adding to the README something like,

If you are looking for a command line interface (CLI) or reference implementation, you've come to the wrong place. Pyotp is only a library which is used by other projects that provide a user interface, for example, 3ncrypt0rQR or pyotp_cli.

Thank you.