Skip to the content.

πŸ” TOTP Generator (Python + CustomTkinter)

A simple, stylish TOTP (Time-based One-Time Password) generator built using CustomTkinter and pyotp This tool lets you generate OTPs using your secret key β€” perfect for testing 2FA systems or verifying OTP functionality.


πŸš€ Features


πŸ“Έ Screenshot

image


πŸ“¦ Installation

git clone https://github.com/Exoo25/totp-gen/
cd totp-gen
pip install -r requirements.txt
py main.py

⚠️ Important:
For the TOTP codes to work correctly, your computer’s clock must be synced with internet time.
Even a small time difference (like 20–30 seconds) can cause OTP verification to fail.

πŸ”§ To avoid issues, make sure automatic time synchronization is enabled on your device.