Metadata-Version: 2.1
Name: NetHyTech-TTS
Version: 0.1
Home-page: https://github.com/Anubhavchaturvedi/NetHyTech-TTS
Author: Anubhav Chaturvedi
Author-email: chaturvedianubhav520@example.com
Project-URL: Source Code, https://github.com/AnubhavChaturvedi-GitHub/NetHyTech_TTS.git
Project-URL: Demo Video, https://www.youtube.com/channel/UC7YDMgu0dMRZotLMuB3oEcQ
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: selenium
Requires-Dist: webdriver-manager

# NetHyTech-TTS

NetHyTech-TTS is a Python package for text-to-speech (TTS) conversion using Selenium WebDriver.

## Installation

You can install NetHyTech-TTS using pip:

```bash
pip install NetHyTech-TTS
```

## Usage

```python
from NetHyTech_TTS import speak

# Speak the text
speak("Hello, world!")
```

This will open a headless Chrome browser and navigate to the TTS website (https://tts.5e7en.me/), input the text "Hello, world!", and play the generated audio.

## Requirements

- Python 3.x
- Selenium
- Chrome WebDriver (automatically managed by WebDriverManager)

## Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the [GitHub repository]().

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
