Skip to content

RoboSpeaker 1.0 is a Python program that uses the pyttsx3 library to convert text input into spoken words. It provides a basic interface for users to input text and have it spoken aloud by the computer.

Notifications You must be signed in to change notification settings

jayadityadev/RoboSpeaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RoboSpeak 1.0

Welcome to RoboSpeaker 1.0, a simple text-to-speech program created by Jayaditya Dev.

Table of Contents

Overview

RoboSpeaker 1.0 is a Python program that uses the pyttsx3 library to convert text input into spoken words. It provides a basic interface for users to input text and have it spoken aloud by the computer.

Features

  • Text-to-speech conversion
  • Interactive input for text
  • Graceful exit with 'qq' command

Getting Started

  1. Clone this repository to your local machine:

    git clone https://github.com/jayadityadev/RoboSpeaker.git
  2. Install the required dependencies:

    pip install -r requirements.txt

Usage

  1. Run the 'main.py' script:

    python main.py
  2. Follow the on-screen instructions to input text and hear it spoken by the program.

  3. To exit the program, type 'qq' and press Enter.

Contributing

Contributions are welcome! If you would like to improve this RoboSpeaker, please follow these steps:

  1. Fork the repository.

  2. Create a new branch for your feature or bugfix:

    git checkout -b new-feature.
  3. Make your changes and commit them:

    git commit -m 'Add new feature'.
  4. Push to the branch:

    git push origin new-feature
  5. Create a pull request from your fork's branch to the main repository's main branch.

Acknowledgement

Thank you for using RoboSpeaker 1.0! If you have any feedback or suggestions, feel free to open an issue on this repository.

About

RoboSpeaker 1.0 is a Python program that uses the pyttsx3 library to convert text input into spoken words. It provides a basic interface for users to input text and have it spoken aloud by the computer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages