Metadata-Version: 2.4
Name: banglish-dictionary-tui
Version: 1.0.0
Summary: A TUI-based dictionary for Banglish to English translations.
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: textual
Requires-Dist: rich

# Banglish Dictionary TUI

A powerful, terminal-based dictionary for **Banglish to English** translations. 
Built with [Textual](https://textual.textualize.io/) and [Rich](https://github.com/Textualize/rich).

## Features
- 🔎 **Instant Search**: Type a Banglish word to get the English meaning.
- 🎨 **Themed Browsing**: View all 900+ words in a beautiful, color-coded list (Nature=Green, Love=Red, etc.).
- ➕ **Add Words**: Easily add new words to your local dictionary if they aren't found.
- 💾 **Persistent**: Your custom words are saved forever.

## Installation

```bash
pip install banglish-dictionary-tui
```

## Usage

Run the dictionary from your terminal:

```bash
banglish-dict
```

## Controls
- **Type** to search.
- Click **"Browse All"** tab to see the full list.
- **Enter** to search or add a word.
- **Ctrl+C** or click **Quit** to exit.
