Metadata-Version: 2.1
Name: shotp
Version: 0.0.0a1
Summary: A command line interface that implements 2FA apps' functionality.
License: UNKNOWN
Keywords: otp,2fa
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Description-Content-Type: text/markdown

# shOTP - OTP in your shell.
shOTP is a program that implements 2FA apps' functionality on your terminal. It keeps itself lightweight.

# Requirements
Python (This program should works on Python 3.10, 3.8+ is good, no Python 2), with `pip`.
`typer` and `pyotp` module. This should get installed automatically if you haven't, when install.

# Installation
`python3 -m pip install shotp`

# Usage and help
`python3 -m shotp --help`
# This is an alpha software, thing may break anytime. Use this at your own risk.

