Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaminibhole/texttospeech_converter
https://github.com/yaminibhole/texttospeech_converter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yaminibhole/texttospeech_converter
- Owner: yaminibhole
- Created: 2023-12-12T07:52:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T08:01:16.000Z (about 1 year ago)
- Last Synced: 2023-12-13T08:35:35.114Z (about 1 year ago)
- Language: Python
- 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.