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
- Host: GitHub
- URL: https://github.com/arbazkhan4712/text-to-speech
- Owner: Arbazkhan4712
- License: mit
- Created: 2020-04-19T17:21:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T18:13:22.000Z (about 6 years ago)
- Last Synced: 2025-02-17T16:52:09.348Z (over 1 year ago)
- Topics: pyaudio, python, python3, pyttsx3, text-to-speech, texttospeech
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text-To-Speech
A program that can convert Text into Speech using python
[](https://www.python.org/) [](https://www.python.org/downloads/release/python-360/) [](https://pypi.python.org/pypi/ansicolortags/)
[](https://GitHub.com/Naereen/StrapDown.js/network/) [](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)