parente.dev

pyttsx

November 22, 2009

pyttsx is a cross-platform text-to-speech package for Python. It has a simple API for producing speech, setting some basic engine properties, and getting start/stop/word callbacks. pyttsx currently supports SAPI5, NSSpeechSynthesizer, and espeak, but it can be extended to support other engines and libraries.

The project BSD licensed and hosted on ~~Launchpad~~ GitHub. PyPI tracks downloads for the latest stable version and ReadTheDocs handles the documentation.

Another Read: GtkBuilder/Glade on IronPython »

Thanks to Stephane for his answer to my query about using GtkBuilder in IronPython. It turns out his Gtk#Beans package provides the magic sauce that is currently missing from ~~gtk# trunk~~ the current stable release.