Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

text to speech python

pip install pyttsx3

import pyttsx3
engine = pyttsx3.init()
engine.say("Whetever you want the program to ray")
engine.runAndWait()
 
PREVIOUS NEXT
Tagged: #text #speech #python
ADD COMMENT
Topic
Name
8+9 =