gTTS¶
gTTS
(Google Text-to-Speech), a Python library and CLI tool to interface with Google Translate’s text-to-speech API. Writes spoken mp3
data to a file, a file-like object (bytestring) for further audio manipulation, or stdout
. It features flexible pre-processing and tokenizing, as well as automatic retrieval of supported languages.
Installation¶
pip install gTTS
Project
- License
- Contributing
- Changelog
- 2.0.1 (2018-06-20)
- 2.0.0 (2018-04-30)
- 1.2.2 (2017-08-15)
- 1.2.1 (2017-08-02)
- 1.2.0 (2017-04-15)
- 1.1.8 (2017-01-15)
- 1.1.7 (2016-12-14)
- 1.1.6 (2016-07-20)
- 1.1.5 (2016-05-13)
- 1.1.4 (2016-02-22)
- 1.1.3 (2016-01-24)
- 1.1.2 (2016-01-13)
- 1.0.7 (2015-10-07)
- 1.0.6 (2015-07-30)
- 1.0.5 (2015-07-15)
- 1.0.4 (2015-05-11)
- 1.0.3 (2014-11-21)
- 1.0.2 (2014-05-15)
- 1.0.1 (2014-05-15)
- 1.0 (2014-05-08)