Код -:>
Код: Выделить всё
import pyttsx3
Text= pyttsx3.init()
speech = input("Say Something : ")
Text.say(speech)
Text.runAndWait()
Проверьте изображение:
Подробнее здесь: https://stackoverflow.com/questions/654 ... ad-pyttsx3
Код: Выделить всё
import pyttsx3
Text= pyttsx3.init()
speech = input("Say Something : ")
Text.say(speech)
Text.runAndWait()