#pip install pyttsx3
import pyttsx3
bot = pyttsx3.init()
bot.say("Hello World")
bot.runAndWait()
Text To speech Using Python
0 Beğeni
20 okunma
#pip install pyttsx3
import pyttsx3
bot = pyttsx3.init()
bot.say("Hello World")
bot.runAndWait()