Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pyttsx3

import pyttsx3
engine = pyttsx3.init()
engine.say("I will speak this text")
engine.runAndWait()
Source by pypi.org #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
9+7 =