Metadata-Version: 2.1
Name: twofactorauthcli
Version: 0.1.2
Summary: 2FA in your computer
Home-page: https://github.com/anxodio/twofactorauthcli
License: MIT
Author: Angel Fernandez
Author-email: angelfernandezibanez@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: pyotp (>=2.3.0,<3.0.0)
Requires-Dist: pyyaml (>=5.3,<6.0)
Requires-Dist: tabulate (>=0.8.6,<0.9.0)
Project-URL: Repository, https://github.com/anxodio/twofactorauthcli
Description-Content-Type: text/markdown

# Two Factor Authentication CLI

> 2FA in your computer

## HOWTO

Just install the tool with `pip` and then use the shortcut `2fa`.

```bash
$ pip install twofactorauthcli
$ 2fa
```

In the use, the tool will show you where to config it.

## TODO

**This is a MVP**, usable but limited. There are some ideas to implement:

- The tests are stupid, rethink them.
- Explain how to get the codes.
- Improve configuration, making the path configurable or even better making it editable trought the CLI.
- Show how many time left for the next codes change.
- Get a code fast and copied to clipboard, something like `2fa copy aws`.

