Metadata-Version: 2.4
Name: byhacker_TTS
Version: 0.1.0
Summary: A Selenium-based text-to-speech automation package.
Author: Romil Leuva
Author-email: exmple@gmail.com
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: selenium
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Selenium TTS Speaker

A simple Python package that uses Selenium to automate the [Brian TTS Reader](https://texttospeech-a0f55.web.app/) web app.  
It inputs text into the web-based Text-to-Speech tool and plays the audio automatically.

---

## Features

- Automates browser interaction to convert text to speech
- Uses Selenium with Chrome WebDriver
- Supports headless mode for silent automation
- Easy to integrate into Python projects

---

## Installation

Install via pip (replace `byhacker_TTS` with the actual package name once published):

```bash
pip install byhacker_TTS
