Skip to main content

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/

PyPI version Python versions Build Status AppVeyor Coveralls Commits Since

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

Copyright © 2014-2018 Pierre Nicolas Durette

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gTTS-2.0.1.tar.gz (23.8 kB view details)

Uploaded Source

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

Hashes for gTTS-2.0.1.tar.gz
Algorithm Hash digest
SHA256 c85ca77ad71181209068d7437275bd35182f38cfef5a2dd7b8fcd4ba1b78ec1a
MD5 a74588d23840f07badb195bda8138b2d
BLAKE2b-256 526eae8bd869f7166ab541721e9af7b31d7e54901ce96622620e23e2ae141055

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page