Pyauthenticator
Generates two-factor authentication codes programmatically, simplifying access to services requiring 2FA.
Generates two-factor authentication codes programmatically, simplifying access to services requiring 2FA.
Pyauthenticator is a Python-based tool designed to automate the generation of two-factor authentication (2FA) codes, similar to popular authenticators like Google Authenticator. It addresses the common challenge of manual 2FA entry for services that lack support for application-specific passwords or token-based automation. By providing both a command-line interface and a Python API, it enables users to easily add services via QR codes and retrieve authentication codes, facilitating seamless integration into automated workflows and other Python applications. It also includes an MCP server for integration with MCP-compatible development environments.