Metadata-Version: 2.4
Name: mindterm
Version: 0.1.8
Summary: Intelligent terminal like thinking.
Author-email: wokspc <wokspc@gmail.com>
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: loguru>=0.7.3
Requires-Dist: openai>=1.99.1
Requires-Dist: prompt-toolkit>=3.0.51
Requires-Dist: rich>=14.1.0
Description-Content-Type: text/markdown

# Mind Terminal

## Overview

## Installation

Ensure you are using Python 3.11 or later (but less than 4.0).

``` shell
pip install mindterm --user
```

## Usage

``` shell
mt
```

## Testing

Tests for the app are included using [pytest](https://docs.pytest.org/). To run the tests, simply execute:

```bash
pytest
```

## Contributing

Contributions are welcome! If you have ideas for improvements, bug fixes, or additional features, feel free to open an issue or submit a pull request.

## License

rich-chat-room is open-source software released under the [MIT License](./LICENSE).
