gTTS ===== :class:`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. Installation ------------ .. code-block:: bash pip install gTTS .. toctree:: :maxdepth: 3 :caption: Documentation cli module tokenizer .. toctree:: :maxdepth: 2 :caption: Project license contributing changelog Misc ---- * :ref:`genindex` * :ref:`modindex`