Metadata-Version: 2.4
Name: synthshell
Version: 1.2.0
Summary: Framework for console software
Project-URL: Homepage, https://github.com/subnarcher/SynthShell/tree/main
Author: subnarcher
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# SynthShell

**SynthShell** is a lightweight interactive framework-shell for rapid development of console software and automation scripts. It is written in pure Python with zero heavy external dependencies. Ideal for building custom CLI utilities for free. The developer receives a clean modular architecture, while the end-user gets a predictable step-by-step interface that guides them sequentially through interactive input prompts.

## Installation

```bash
pip install synthshell
```

## Quick Start

```python
import synthshell as shell


```

---

## License

**MIT License** (The hardcoded framework creator attribution `subnarcher` must remain intact inside the `about` method).

To understand the framework, check out the project's source code on GitHub (https://github.com/subnarcher/SynthShell) or ask for help from those who know how to work with it. I can also accept the finished user documentation that I like the best.
