Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

How to use pyttsx3

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