https://github.com/yaminibhole/texttospeech_converter
RoboSpeaker: A simple Python script functioning as a basic chatbot using text-to-speech technology.
https://github.com/yaminibhole/texttospeech_converter
python pyttsx3
Last synced: 2 months ago
JSON representation
RoboSpeaker: A simple Python script functioning as a basic chatbot using text-to-speech technology.
- Host: GitHub
- URL: https://github.com/yaminibhole/texttospeech_converter
- Owner: yaminibhole
- Created: 2023-12-12T07:52:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T08:01:16.000Z (over 1 year ago)
- Last Synced: 2025-02-01T22:28:25.348Z (4 months ago)
- Topics: python, pyttsx3
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TextToSpeech_Converter- RoboSpeaker
RoboSpeaker is a simple Python script designed to function as a basic chatbot using text-to-speech technology. The project utilizes the pyttsx3 library to convert user-inputted text into speech, providing an interactive experience. The script greets users, prompts them to enter text, and converts that input into spoken words. It includes a mechanism to gracefully exit the program by typing 'q'.
# Prerequisites
1. Python 3.x
2. pyttsx3 library (install using `pip install pyttsx3`)
# Usage
1. Enter any text, and RoboSpeaker will convert it to speech.
2. Type 'q' to quit the program.
Configuration: The script uses pyttsx3 for text-to-speech. You can configure the voice and rate in the script.
Contributing: Feel free to contribute to this project. Fork the repository and submit a pull request with your improvements.