gtts-cli
Wrapper and CLI utility for the Google TTS (Text-to-Speech) API (Python 3)
Install
- All systems
-
curl cmd.cat/gtts-cli.sh
- Debian
-
apt-get install python3-gtts - Ubuntu
-
apt-get install python3-gtts - Kali Linux
-
apt-get install python3-gtts - Fedora
-
dnf install gtts - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python3-gtts
python3-gtts
Wrapper and CLI utility for the Google TTS (Text-to-Speech) API (Python 3)
A Python interface for Google's Text to Speech API. Create an mp3 file with the gTTS module or the gtts-cli tool. It allows unlimited lengths to be spoken by tokenizing long sentences where the speech would naturally pause. This package contains the module for Python 3.