A less minimal TOTP generator based on MinTOTP.
- Prompts for the TOTP key.
- Uses Python's
getpassto read the TOTP key without echoing it. - Ignores all spaces in the TOTP key.
- Reads only one TOTP key at a time.
- Avoids printing Python backtraces if interrupted with Ctrl+C or if an invalid base32 character is entered for the TOTP key.
Auxiliary files such as build and test files also have been removed.