A HOTP/TOTP code generator for the command line, useful for generating two-factor authentication codes from the terminal. Current version: 1.1.3 (as of verification date). Release cadence: irregular.
pip install authenticatorNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Add an account with a base32 secret and generate a TOTP code.
Use the command-line tool directly. If you need programmatic TOTP generation, use a library like pyotp.
Run `authenticator` from the terminal, not from Python's import statement.
Use correct command: authenticator add, authenticator code, authenticator list, authenticator delete, authenticator rename.
No dependency data recorded yet.