Skip to content
/ aidex Public

manage & generate google authenticator code 2fa client

License

Notifications You must be signed in to change notification settings

Ciel-Z/aidex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aidex

What's this?

This is a simple TOTP client designed for local processing without any network requirements.

  1. Add, edit, delete, and drag to sort TOTP configurations.
  2. Generate TOTP verification codes.
  3. Double-click the verification code to copy it to the clipboard.

We hope this tool brings you convenience.

Software Screenshots

image

packaging

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