Man-ak / Text-to-audio-conversion

This project is used to convert the text into speech using Python. It is done by using the gTTS module in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text-to-Speech Converter with gTTS

Python Version License

Overview

This Python project allows you to convert text into speech using the gTTS (Google Text-to-Speech) module. gTTS is a Python library and CLI tool that interfaces with the Google Translate Text-to-Speech API, enabling you to convert text into speech in various languages.

Features

  • Convert text into speech in multiple languages.
  • Customize speech rate and volume.
  • Save the generated speech as an audio file.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Python 3.7 or higher installed on your system.
  • An active internet connection to access the Google Translate Text-to-Speech API.

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/Man-ak/Text-to-audio-conversion.git

About

This project is used to convert the text into speech using Python. It is done by using the gTTS module in Python.


Languages

Language:Jupyter Notebook 100.0%