Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.38 KB

README.md

File metadata and controls

50 lines (30 loc) · 1.38 KB

Text-to-Speech

Description

This is a simple Text-to-Speech (TTS) application built in Python. It uses the built-in TTS engines of Windows, macOS, and Linux to convert text input into speech.

Features

  • Cross-platform support (Windows, macOS, Linux)
  • Simple graphical user interface (GUI) for user interaction
  • Input text box for users to type in the text they want to be spoken

Installation

To run this application, you need to have Python installed on your system. If you don't have Python installed, you can download it from the official website: https://www.python.org/downloads/

Dependencies

This application uses the following Python libraries:

  • os
  • platform
  • tkinter

You can install these libraries using pip:

pip install os-platform-tkinter

UsageTo use this application, follow these steps:

  • Clone this repository to your local machine.
  • Navigate to the directory containing the script.
  • Run the script using Python:

python main.py

  • A window will open with a text box. Type the text you want to be spoken into the box and press the "Speak" button.

Contributing:

  • Contributions are welcome! Please read the contributing guidelines before making any changes.

License:

  • This project is licensed under the terms of the MIT license.

Contact: