Skip to content

Ahonanhin/Text_to_speech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-to-Speech Converter

Description

This is a simple text-to-speech converter application built with Python and Tkinter. It allows users to input text and convert it into speech. The application also provides options to clear the input field and exit the application.

Installation

  1. Clone the repository: git clone https://github.com/Ahonanhin/text-to-speech.git
  2. Navigate into the project directory: cd text-to-speech
  3. Install the required dependencies: pip install -r requirements.txt

Usage

Run the script with python main.py. A window will open with a text field for input. Enter the text you want to convert to speech and click the "Convert" button. The text will be read out loud. You can clear the text field with the "Clear" button and exit the application with the "Exit" button. See image below

1

Dependencies

  • Python 3
  • Tkinter
  • pyttsx3

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Releases

No releases published

Packages

No packages published

Languages