An open API service indexing awesome lists of open source software.

https://github.com/adri6336/text-to-robot-speech

Uses Google's gTTS module to easily create robo text readin' on command.
https://github.com/adri6336/text-to-robot-speech

google google-gtts gui python robot-speech text-to-speech

Last synced: about 1 year ago
JSON representation

Uses Google's gTTS module to easily create robo text readin' on command.

Awesome Lists containing this project

README

          

# Text-To-Robot-Speech
Tool to convert text to speech, creating files for later use. TTRS uses Google's gTTS module to easily create robo text readin' on command.

# TTRS v0.3.3 Changelog:
- Finally made the words wrap in the text entry.

# Using TTRS
*Using as executable file*

To use easily, you can simply download the TTRS_v0.3.3 zip and run the .exe file within. It's already packed for you, so it should be as easy as double-clicking
and getting to work. The exact steps are as follows:
1. Download TTRS_v-0.3.3.zip
2. Extract the zip file
3. Within the newly extracted folder, you'll find the executable. Don't move it, there are necessary parts hidden within the file.
4. Double click the .exe file to start the program

*Using as Python Script*

To use, you'll first need to get the gtts module and set up Python 3.9. To install using pip on Windows (comes with standard Python installations), do the following:
1. Right click the windows icon
2. Press "Windows PowerShell (Admin)
3. Type "pip install gtts", then enter -- the computer will do the rest
4. Download the TTRS_v-0.3.3.py and icon2.ico files. Place them both in same directory.
5. Run the Python script

Full requirements: playsound and gtts