# otp - a simple TOTP code generator written in go ## Usage ``` $ ./otp -h Usage of ./otp: -loop print new code every 30 seconds ``` ## Example ``` $ ./otp Enter secret key: Code: 123456 Seconds left: 23 ```