Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python text to speech

pip install pyttsx3
import pyttsx3
friend = pyttsx3.init()
friend.say("you are very smart")
friend.runandwait()
Source by pypi.org #
 
PREVIOUS NEXT
Tagged: #python #text #speech
ADD COMMENT
Topic
Name
7+8 =