Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Python library and CLI tool to interface with Google Translate's text-to-speech API

License

NotificationsYou must be signed in to change notification settings

pndurette/gTTS

Repository files navigation

gTTS (Google Text-to-Speech), a Python library and CLI tool to interface with Google Translate's text-to-speech API.Write spokenmp3 data to a file, a file-like object (bytestring) for further audio manipulation, orstdout.https://gtts.readthedocs.io/

PyPI versionPython versionsTests workflowcodecovCommits SincePyPi DownloadsBuy me a Coffee

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;

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')

Seehttps://gtts.readthedocs.io/ for documentation and examples.

Disclaimer

This project isnot affiliated with Google or Google Cloud. Breaking upstream changescan occur without notice. This project is leveraging the undocumentedGoogle Translate speech functionality and isdifferent fromGoogle Cloud Text-to-Speech.

Project

Licence

The MIT License (MIT) Copyright © 2014-2024 Pierre Nicolas Durette &Contributors


[8]ページ先頭

©2009-2025 Movatter.jp