# pip install pyttsx3 or python3 -m pip install pyttsx3 import pyttsx3 engine = pyttsx3.init() engine.say('Input Text Here') engine.runAndWait()