is anyone using text to speech to read python documentation

E

edexter

Depends what OS you want to use, on Windows it's very easy:

import win32com.client                          
s = win32com.client.Dispatch("SAPI.SpVoice")    
s.Speak('Is this punthoofd ')                    

cheers,
Stef

That is intresting and might be useful but isn't what I am doing.
alot of the time you will see stuff like

that needs to be changed into other wording so you have one file that
gets transformed into another text that makes more sense when read. I
haven't changed html tags into something that makes more sense when
spoken so my example is a little defective....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,119
Latest member
IrmaNorcro
Top