Skip to content

RoboSpeaker is a simple Text-to-Speech (TTS) application built using Python and the Tkinter. library for the graphical user interface. This application allows users to input text, and the integrated text-to-speech engine will convert the entered text into spoken words

Notifications You must be signed in to change notification settings

RafiAhamed07/Text_to_Speech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RoboSpeaker - Text-to-Speech Application

RoboSpeaker is a simple Text-to-Speech (TTS) application built using Python and the Tkinter library for the graphical user interface. This application allows users to input text, and the integrated text-to-speech engine will convert the entered text into spoken words.

Features

  • User-friendly Interface: The Tkinter GUI provides a straightforward and user-friendly interface.
  • Customization: Adjust the speech rate and volume to suit your preferences.
  • Dark Theme: A sleek dark theme for a modern and visually appealing design.

Prerequisites

Before running the application, make sure you have the following dependencies installed:

  • Python 3.x
  • pyttsx3 library

Install the required libraries using the following command:

pip install pyttsx3

##How to Use

  1. Clone the repository to your local machine:
git clone https://github.com/RafiAhamed07/Text_to_Speech.git
  1. Navigate to the project directory:
cd Text_to_Speech
  1. Run the application:
python main.py

or

python3 main.py
  1. Enter the text you want to convert to speech in the input field.

  2. Click the "Say" button to hear the text spoken aloud.

  3. Click the "Reset" button to clear the input field.

Screenshots

Include screenshots of your application here to give users a visual preview.

Contributing

If you would like to contribute to this project, feel free to open an issue or submit a pull request. Contributions are always welcome!

About

RoboSpeaker is a simple Text-to-Speech (TTS) application built using Python and the Tkinter. library for the graphical user interface. This application allows users to input text, and the integrated text-to-speech engine will convert the entered text into spoken words

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages