Metadata-Version: 2.4
Name: nethytech-stt-ai
Version: 0.1.0
Summary: Speech to Text Python package
Author: Anurag Singh
Author-email: anusin2255@gmail.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: selenium
Requires-Dist: webdriver-manager
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# NetHyTech STT AI🎙️

NetHyTech STT Tools is a Python package developed to perform **Speech-to-Text (STT)** operations.
It helps users convert spoken audio into text using browser automation.

---

## ✨ Features
- Speech to Text conversion
- Simple and easy to use
- Uses Selenium for automation
- Automatic browser driver handling
- Suitable for beginner Python projects

---

## 🛠️ Requirements
- Python 3.8 or above
- Selenium
- WebDriver Manager

---

## 📦 Installation

Install the package using pip:

```bash
pip install NetHyTech-STT
