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

Uploaded Source

Built Distribution

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

Uploaded Python 3

Supported by

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