python3-gtts

Wrapper and CLI utility for the Google TTS (Text-to-Speech) API (Python 3)
  https://pypi.python.org/pypi/gTTS
  0
  no reviews



A Python interface for Google's Text to Speech API. Create an mp3 file with the gTTS module or the gtts-cli tool. It allows unlimited lengths to be spoken by tokenizing long sentences where the speech would naturally pause.

This package contains the module for Python 3.