Metadata-Version: 2.4
Name: tarmina
Version: 0.1.0
Summary: Personal AI Assistant CLI with TUI
Author-email: Tarmina <tarmina@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/tarmina
Project-URL: Repository, https://github.com/yourusername/tarmina
Project-URL: Documentation, https://github.com/yourusername/tarmina
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich>=13.0.0
Requires-Dist: prompt_toolkit>=3.0.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: openai>=1.30.0
Requires-Dist: aiohttp>=3.9.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: pyfiglet>=1.0.0
Requires-Dist: mss>=9.0.0
Dynamic: license-file
Dynamic: requires-python

# Tarmina

Personal AI Assistant CLI with TUI (Text User Interface).

## Installation

```bash
pip install tarmina
```

## Usage

```bash
# First time setup
tarmina --setup

# Start chatting
tarmina
```

## Features

- Multi-provider AI (OpenAI, Ollama, Groq, DeepSeek, OpenRouter, Custom)
- TUI chat interface with keyboard shortcuts
- System tools: execute commands, open apps, read files, list directories, take screenshots
- Session-based chat history
- System access control (Full / Folder only / None)
- Indonesian language personality

## Requirements

- Python 3.10+
