Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.15 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.15 KB

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