Metadata-Version: 2.4
Name: totp-tui
Version: 0.3.0
Summary: TUI utility to generate TOTP codes
Author-email: Guillem Escarpa <85617619+Beeing-Amazing@users.noreply.github.com>
Project-URL: Homepage, https://github.com/Beeing-Amazing/totp
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cryptography>=46.0.3
Requires-Dist: pyperclip>=1.11.0
Dynamic: license-file

Generate, view and store TOTP codes from the command line.
Data is encrypted with a password.

## Install
You can install via `pipx`:
```
pipx install totp-tui
```

## Usage
### Terminal User Interface
Opens ncurses TUI in current terminal
```
totp
```

> [!WARNING]
> Prompts for password if run for the first time, and fails if no entries have been added

### Manage entries
Add a new entry with
```
totp add --site <site> --nick <nick> --secret <secret>
```

List all entries with
```
totp ls
```

Most commands can receive an optional `--password` for easier scripting

## Config
Most settings and interface can be changed via `totp/config.py`
