Skip to content

manjaycoder/Text_to_speech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Text-to-Speech Application using Pygame and gTTS

This is a simple Text-to-Speech (TTS) application that utilizes Pygame for the graphical interface and gTTS (Google Text-to-Speech) for text-to-speech conversion. The user inputs text, and the program converts it to speech and plays it.

Features

  • Convert any input text into speech using gTTS.
  • Play the speech using Pygame's sound functionalities.
  • Simple and easy-to-use interface (if applicable).

Requirements

Before running the project, make sure you have the following libraries installed:

  • pygame: A set of Python modules designed for writing video games, but used here to play the audio.
  • gTTS (Google Text-to-Speech): A Python library and CLI tool to interface with Google Text-to-Speech API.

To install these dependencies, use pip:

pip install pygame gTTS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages