Skip to content

KusumKr/Robo-speaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Robo-speaker

Robo Speaker is a simple Python-based text-to-speech (TTS) application that converts text into spoken words. It uses the `pyttsx3` library to provide offline TTS functionality. You can use this tool to make your computer speak any text you input.

Features

  • Convert text to speech using a simple Python script.
  • Works offline with the pyttsx3 library.
  • Adjustable speech rate and volume.
  • Easy-to-use command-line interface.

Prerequisites

  • Python 3.x
  • pyttsx3 library

Installation

  1. Clone the Repository:
    git clone https://github.com/your-username/robo-speaker.git
    cd robo-speaker
  2. Install Required Packages: You need to install pyttsx3. You can do this using pip:
    pip install pyttsx3
    

Usage

  1. Run the robo_speaker.py script:
    python robo_speaker.py
  2. Enter the text you want the Robo Speaker to speak when prompted.:
  3. Type exit to quit the program.:

Example

Below given is the example.

Enter what you want me to say (or 'exit' to quit): Hello, I am Robo Speaker!
# The computer will speak: "Hello, I am Robo Speaker!"
Enter what you want me to say (or 'exit' to quit): exit
# Exiting Robo Speaker. Goodbye!










 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages