Metadata-Version: 2.4
Name: eloquens
Version: 1.0.2
Summary: ELLOQUENS SYSTEM INTERFACE - A Textual-based voice assistant UI
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: PyAudio>=0.2.14
Requires-Dist: SpeechRecognition>=3.16.0
Requires-Dist: typing_extensions>=4.15.0
Requires-Dist: pyttsx3>=2.99
Requires-Dist: textual>=8.2.4
Provides-Extra: dev
Requires-Dist: textual-dev>=1.8.0; extra == "dev"

# ELL
An AI system that learns continuously, reasons logically, and communicates with eloquent clarity. 🚀

# Installation

```bash
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
```

# Usage

```bash
python main.py
```

# Features

- Listens for a wake word ("ELLOQUENS" or "ELL")
- Processes voice commands
- Responds with text-to-speech
- Handles basic commands (time, date, name, etc.)

# Tech Stack

- Python 3.10+
- SpeechRecognition
- pyttsx3
