Text to speech with Python without saving files 18/04/202319/11/2023pythonprogramming make the pc speak [...]
How to make the computer answer to you with python 19/05/202119/05/2021pythonprogramming This is incredible, it’s powerful and it’s not so difficult to implement. This script let’s you talk to the computer and he will [...]
Textspeak 1.4 – more features 20/03/202120/03/2021pythonprogramming This tool makes you create mp3 audio from text with gtts, tkinter and pygame github repository with the code github [...]
Tkinter’s GUI to Speak 18/07/201918/07/2019pythonprogramming Make the computer speak with win32com and tkinter to create a grraphic user interface or GUI. [...]
Tkinter – Show files in the folder and the computer reads the content 15/07/201814/10/2019pythonprogramming How to make the computer to read our files. A program a little more complex than usual that joins together some of the concepts explained sepately in the previous articles of this blog. [...]
Python makes Windows talk 23/04/201827/08/2018pythonprogramming Speak to me, Windows… Three lines of code in Python and you are ready to go! The computer tells what you want it [...]
Google Text to Speech API: how to create mp3 with text in any language 15/04/201805/02/2021pythonprogramming Thanks to a Google API, we can create audio from a text, in any language. It just takes a couple of seconds and [...]