Metadata-Version: 2.1
Name: TextToSpeechPy
Version: 0.0.2
Summary: Text To Speech with defferent voice.
Author-email: ranjitmaity95@gmail.com
Description-Content-Type: text/markdown

# Text to Speech Converter

This Python script provides a simple way to convert text to speech using web-based text-to-speech conversion services. It uses Selenium and Chrome WebDriver to automate the process.

## Prerequisites

Before using this script, ensure you have the following dependencies installed:

- [Python](https://www.python.org/downloads/)
- [Selenium](https://selenium-python.readthedocs.io/installation.html)
- [Google Chrome](https://www.google.com/chrome/)



## Installation

1. Clone this repository or download the script `text_to_speech.py` to your local machine.

2. Install the required Python packages:



```python
 pip install selenium
 pip install TextToSpeechPy
```


## Acknowledgments
 - The script utilizes web-based text-to-speech services for speech synthesis.
 - It uses the Selenium library for web automation.

## Disclaimer


This script relies on third-party websites for text-to-speech conversion, and its availability may change over time. It's recommended to check the services' terms of use and usage policies.

## version
0.0.2
## Authors

- [@RANJIT_MAITY](https://www.linkedin.com/in/ranjit-maity-75204a131/)


## Reales Date 
 25-09-2023
 
 


## Badges

[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)
[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)
[![AGPL License](https://img.shields.io/badge/license-AGPL-blue.svg)](http://www.gnu.org/licenses/agpl-3.0)




##  Links

[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/ranjit-maity-75204a131/)
[![twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/ranjitmaity95)
[![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/RanjitM007)


