Skip to content
Todd Knarr edited this page Dec 25, 2015 · 2 revisions

PyAuth

A Python implementation of 2FA compatible with Google Authenticator. Internally it's based on otpauth with wxPython for the UI.

It has an interface based on WinAuth and the Android version of Google Authenticator. Unlike JAuth, PyAuth shows all 2FA account entries and codes in a scrolling window and, when the basic functionality's finished, will be able to minimize to the systray so it doesn't require an open window on the desktop all the time. Future work will include making it able to import data from other programs (JAuth, WinAuth's XML file, Google Authenticator's sqlite3 database file) and import/export to a CSV format.

Clone this wiki locally