An open API service indexing awesome lists of open source software.

https://github.com/arbazkhan4712/text-to-speech

A program that can convert Text into Speech using python
https://github.com/arbazkhan4712/text-to-speech

pyaudio python python3 pyttsx3 text-to-speech texttospeech

Last synced: about 1 year ago
JSON representation

A program that can convert Text into Speech using python

Awesome Lists containing this project

README

          

# Text-To-Speech
A program that can convert Text into Speech using python

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/) [![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/) [![PyPI license](https://img.shields.io/pypi/l/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/)

[![GitHub forks](https://img.shields.io/github/forks/arbazkhan4712/Text-To-Speech?style=social)](https://GitHub.com/Naereen/StrapDown.js/network/) [![GitHub star](https://img.shields.io/github/stars/arbazkhan4712/Text-To-Speech?style=social)](https://GitHub.com/Naereen/StrapDown.js/network/)

# Dependencies:

*pyttsx3*
```python

pip install pyttsx3
```
*pyaudio*
```python
pip install pyaudio
```

# Run:
*Add the text in the input.txt file*

```
python text-to-speech.py
```

## License & Copyright
© [Arbaz Khan](https://arbazkhan4712.github.io/Contact.html)

Licensed under the [MIT License](LICENSE)