Skip to content
/ WeSpeak Public

I have developed WeSpeak, a robotic voice generator using Python and pyttsx3. With WeSpeak, you can input any text, and it will convert it into speech, providing a seamless text-to-speech experience.

Notifications You must be signed in to change notification settings

imshaa/WeSpeak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ—ฃ WeSpeak - Robotic Voice Generator

WeSpeak is a text-to-speech (TTS) application powered by Python and pyttsx3. It allows users to input text, which is then converted into speech using a robotic voice. This project is ideal for accessibility applications, voice assistance, and interactive speech programs.

๐Ÿš€ Features

  • ๐Ÿ”Š Converts text input into speech
  • ๐Ÿƒ Works offline without an internet connection
  • โšก Fast and lightweight
  • ๐Ÿ›  Adjustable speech rate
  • ๐Ÿ›‘ Allows users to exit by typing 'stop'

๐Ÿ›  Technologies Used

  • Python
  • pyttsx3 (Offline text-to-speech engine)

๐Ÿ“ฅ Installation

1๏ธโƒฃ Clone the repository

git clone https://github.com/imshaa/WeSpeak.git
cd WeSpeak

2๏ธโƒฃ Install required dependencies

pip install pyttsx3

๐ŸŽค How It Works

  1. Run the Python script.
  2. Enter any text you want to convert to speech.
  3. Type 'stop' to exit.

๐Ÿ“œ Usage

python wespeak.py

Then enter a text input when prompted, and the robotic voice will read it aloud.

๐Ÿ“Œ Example Output

Enter Your Text: Hello, how are you?
๐Ÿ”Š (Speaks: "Hello, how are you?")
Enter Your Text: stop
๐Ÿ”Š (Speaks: "Goodbye. Thanks for your time.")

๐Ÿ”ฎ Future Enhancements

  • โœ… Add support for multiple voices
  • โœ… Implement GUI version using Tkinter
  • โœ… Support for additional languages

๐Ÿค Contributing

Want to improve WeSpeak? Fork the repo and submit a pull request! ๐Ÿš€

๐Ÿ“„ License

This project is open-source and available under the MIT License.


๐Ÿ”— Follow for more projects! ๐Ÿ˜Š

About

I have developed WeSpeak, a robotic voice generator using Python and pyttsx3. With WeSpeak, you can input any text, and it will convert it into speech, providing a seamless text-to-speech experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages