One-time password generator
Project description
TOTP code generator based on oathtool.
Usage
Command-line:
$ python -m oathtool $key
API:
>>> oathtool.generate_otp(key)
Create standalone script (Unix):
$ python -m oathtool.generate-script $ ./oathtool $key
Don’t want to install oathtool, but just want the script? Use pip-run:
$ pip-run oathtool -- -m oathtool.generate-script $ ./oathtool $key
generate-script also takes an arbitrary target path in case you wish to generate the script elsewhere:
$ python -m oathtool.generate-script ~/bin/my-oathtool
Or install with pipx:
$ pipx install oathtool $ oathtool $key
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
oathtool-2.3.2.tar.gz
(9.8 kB
view hashes)