Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
import pyttsx3 engine = pyttsx3.init() engine.say("I will speak this text") engine.runAndWait()
pyttsx3.init().say("I will speak this text").runAndWait()