Metadata-Version: 2.4
Name: krypto_gui_smalk
Version: 0.1.0
Summary: gui for smalk krypto testing .
Author-email: The220th <The220th@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/The220th/krypto_gui_smalk
Project-URL: Issues, https://github.com/The220th/krypto_gui_smalk/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: alerk_pack
Requires-Dist: ksupk
Dynamic: license-file

# krypto_gui_smalk

gui for [smalk krypto](https://github.com/The220th/alerk_pack/blob/main/alerk_pack/crypto.py) testing.

For more details about smalk and alerk look [this](https://github.com/The220th/alerk).

# Installation

```bash
pip install --upgrade pip
pip3 install krypto_gui_smalk
```

# Start

```bash
krypto_gui_smalk
```

Or just run

```bash
start_krypto_gui_smalk_windows.bat  # windows

bash start_krypto_gui_smalk_linux.sh  # GNU/Linux
```
