Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.31 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.31 KB

RoboSpeaker

RoboSpeaker is a Python script crafted for Windows users. It employs the pyttsx3 library to convert text input into speech output. Designed for simplicity, it allows users to seamlessly transform text messages into spoken words, enhancing accessibility and convenience.

Prerequisites

Before running the script, ensure you have Python installed on your system. You can install it from the official Python website.

Additionally, you'll need to install the pyttsx3 library. You can install it via pip:

pip install pyttsx3

Usage

  1. Clone the repository to your local machine:
git clone https://github.com/subhranil002/RoboSpeaker.git
  1. Navigate to the directory containing RoboSpeaker.py.

  2. Run the script using Python:

python RoboSpeaker.py
  1. Follow the on-screen instructions to input text messages. Type "exit" to terminate the program.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please fork the repository and create a pull request with your proposed changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.


Made With ❤️