gTTS (Google Text-to-Speech), a Python library and CLI tool to interface with Google Translate's text-to-speech API
Project description
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. http://gtts.readthedocs.org/
Features
Customizable speech-specific sentence tokenizer that allows for unlimited lengths of text to be read, all while keeping proper intonation, abbreviations, decimals and more;
Customizable text pre-processors which can, for example, provide pronunciation corrections;
Automatic retrieval of supported languages.
Installation
$ pip install gTTS
Quickstart
Command Line:
$ gtts-cli 'hello' --output hello.mp3
Module:
>>> from gtts import gTTS
>>> tts = gTTS('hello')
>>> tts.save('hello.mp3')
See http://gtts.readthedocs.org/ for documentation and examples.
Project
Licence
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file gTTS-2.0.1.tar.gz.
File metadata
- Download URL: gTTS-2.0.1.tar.gz
- Upload date:
- Size: 23.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c85ca77ad71181209068d7437275bd35182f38cfef5a2dd7b8fcd4ba1b78ec1a
|
|
| MD5 |
a74588d23840f07badb195bda8138b2d
|
|
| BLAKE2b-256 |
526eae8bd869f7166ab541721e9af7b31d7e54901ce96622620e23e2ae141055
|