==
The mp3 file is created using the Google TTS (Text-to-Speech) API.
To install gTTS via terminal:
pip3 install gTTS
The mp3 file is played back using the command-line mp3 player mpg321.
To install mpg321 via terminal:
apt-get install mpg321
==
The mp3 file is created using the Google TTS (Text-to-Speech) API.
To install gTTS via terminal:
pip3 install gTTS
The mp3 file is played back using the command-line mp3 player mpg321.
To install mpg321 via terminal:
apt-get install mpg321