Metadata-Version: 2.4
Name: zen_stt
Version: 0.7
Summary: Speech to Text automation package created by ZEN
Home-page: https://pypi.org/project/zen_stt/
Author: ZEN
Author-email: zenloq7@gmail.com
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: selenium
Requires-Dist: webdriver-manager
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# Zen-STT

Zen-STT is a simple and automated Speech-to-Text (STT) wrapper built using Selenium.

It can automatically open a browser, activate online STT engines, and return recognized text with minimal code.

---

## 🚀 Features

- Fully automated speech-to-text using Selenium  
- Works with online STT engines (no API keys required)  
- Simple function-based usage  
- Runs on any machine with Chrome + Python  

---

## 📦 Installation

```bash
pip install Zen-STT
