Th3Gam3rz
Th3Gam3rz

Reputation: 191

Pyttsx for Python 3.4

I have been looking for several days for a version of pyttsx that works with Python 3 (3.4.2 specifically). I am yet to find a version that works. Does anyone know of one?

Upvotes: 0

Views: 386

Answers (2)

Rahul Vansh
Rahul Vansh

Reputation: 191

For python3 you can try this too... pip3 install https://codeload.github.com/jpercent/pyttsx/zip/master

Upvotes: 0

AMairesse
AMairesse

Reputation: 391

Here is a patched version : https://github.com/AMairesse/pyttsx

(pull request for master is in progress)

Upvotes: 1

Related Questions