Metadata-Version: 2.1
Name: cmdscrypt
Version: 2.0
Summary: A simple CLI app for generating Scrypt keys
Home-page: https://github.com/NotStatilko/cmdscrypt
Download-URL: https://github.com/NotStatilko/cmdscrypt/archive/refs/tags/v2.0.tar.gz
Author-email: thenonproton@pm.me
License: MIT
Description-Content-Type: text/markdown

**CMDScrypt** is a very simple **CLI** analogue to [**uiScrypt**](https://github.com/NotStatilko/uiScrypt).

![Screenshot_2024-04-07_00-45-04](https://github.com/NotStatilko/cmdscrypt/assets/43419673/ef632db8-cec0-4074-b3d5-8a029f3a3f56)

You can install it with **PIP**:
```bash
pip install cmdscrypt # Install from PyPI
cmdscrypt tui # Run CMDScrypt in TUI mode
```
