Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

text to speech module python

import pyttsx3
engine = pyttsx3.init()
engine.say('Sally sells seashells by the seashore.')
engine.say('The quick brown fox jumped over the lazy dog.')
engine.runAndWait()
Source by pyttsx3.readthedocs.io #
 
PREVIOUS NEXT
Tagged: #text #speech #module #python
ADD COMMENT
Topic
Name
9+2 =