Texte à la parole Python
pip install pyttsx3
import pyttsx3
engine = pyttsx3.init()
engine.say("Whetever you want the program to ray")
engine.runAndWait()
TheCoder1001
pip install pyttsx3
import pyttsx3
engine = pyttsx3.init()
engine.say("Whetever you want the program to ray")
engine.runAndWait()
# plz suscribe to my youtube channel -->
# https://www.youtube.com/channel/UC-sfqidn2fKZslHWnm5qe-A
#run in Cmd or in terminal
#pip install pyttsx3
import pyttsx3
pyttsx3.speak("hi user")
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()
plz suscribe to my youtube channel -->
# https://www.youtube.com/channel/UC-sfqidn2fKZslHWnm5qe-A
#run in Cmd or in terminal
#pip install pyttsx3
import pyttsx3
pyttsx3.speak("hi")