This is a simple TOTP client designed for local processing without any network requirements.
- Add, edit, delete, and drag to sort TOTP configurations.
- Generate TOTP verification codes.
- Double-click the verification code to copy it to the clipboard.
We hope this tool brings you convenience.
It can be modified arbitrarily. If you want to package it as an exe file, you can use the following command:
windows: pyinstaller --windowed --onefile --clean --debug=all --noupx --icon=icon.icns --add-data="icon.icns;." aidex.py
macos: pyinstaller aidex.spec