Skip to main content

A text-to-speech conversion tool using Google Translate API

Project description

Google Translate Text-To-Speech

PyPI - Version

Pylint Score


The google_text_to_speech package is a Python-based solution designed to provide versatile and user-friendly text-to-speech (TTS) capabilities. Leveraging the Google Translate TTS API, it enables users to convert written text into spoken words in various languages.

.
├── clean_up_ws.sh
├── coverage.sh
├── docs
│   ├── conf.py
│   ├── index.rst
│   ├── make.bat
│   ├── Makefile
│   ├── prepare_plantuml.sh
│   ├── requirements.txt
│   ├── resources
│   │   └── LabSoft2.png
│   └── src
│       ├── architecture.md
│       └── user_stories.md
├── images
│   └── TransparentLogo.png
├── LICENSE
├── README.md
├── requirements.txt
├── setup.py
├── src
│   └── google_text_to_speech
│       ├── google_translate_tts.py
│       ├── __init__.py
│       └── _version.py
└── tests
    ├── test_google_translate_tts.py
    └── test-reports

8 directories, 20 files

Table of Contents

Installation

pip install google_text_to_speech

Quick Start

from google_text_to_speech import play_tts

# Text to be converted to speech
text = "Hello World!"
language = "en"  # Language code (e.g., "en" for English)

# Calling the text-to-speech function
play_tts(text, language)

Features

  • Multiple Language Support: Utilizes Google's TTS service to offer speech synthesis in numerous languages.
  • Handling of Large Texts: Splits long texts into sentences to avoid limitations related to URL length and TTS service constraints.
  • Real-Time Audio Playback: Converts text to speech in real-time, with the capability to play the audio immediately.

Documentation and Reports

Contributing

Contributions are welcome! Please read our Contributing Guidelines for more information.

License

This project is licensed under the MIT License.


Developed with ❤️ by

labsoft.ai

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

google_text_to_speech-0.1.27.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

google_text_to_speech-0.1.27-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

Details for the file google_text_to_speech-0.1.27.tar.gz.

File metadata

File hashes

Hashes for google_text_to_speech-0.1.27.tar.gz
Algorithm Hash digest
SHA256 a084d9dd57c151553cdcfa0b3c8df6563339f5ddb543b14d0637841be0e47939
MD5 29ad1b7eb54f2308e5048019201b8d15
BLAKE2b-256 848a0bb11990674e74302e795f466b28d369d2cfee824bf389eb73d695638c3e

See more details on using hashes here.

File details

Details for the file google_text_to_speech-0.1.27-py3-none-any.whl.

File metadata

File hashes

Hashes for google_text_to_speech-0.1.27-py3-none-any.whl
Algorithm Hash digest
SHA256 dd576a148240487cc38d6c21706dd8a994c99089dba31e9002ef54e29b6735d1
MD5 4a9d1b90c60c222db943b21fae65c9d2
BLAKE2b-256 cd93dc88e919fcd028d6768b9ed22ad439aff208d2071f15b5e88b049142e20c

See more details on using hashes here.

Supported by

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