Fri 2 Apr 2010
Python Text-to-Speech: Making Your PC Talk
Posted by Mike under Linux, Python, Windows
[9] Comments
Soon after getting hired at my current job, my boss sent me a script (which I think was based on this article) about Python and a certain text-to-speech module called pyTTS. This was right after Python 2.5 had released. Anyway, it’s basically a nice wrapper over the win32com module which can communicate with the Microsoft Speech API (SAPI). (more…)