I’ve been practicing my Spanish recently, and I wanted a tool to output spoken Spanish from a text file as I read along. I tried a few tools like espeak-NG, pyttsx3 and Festival but the results were a little robotic. The tool that produced the best results was gTTS. This tool sends written text to Google Translate’s text-to-speech API and returns the text in spoken audio. There are many languages available (get the full list with gtts-cli --all) and the audio out can either be saved to a ...