Module pywin32 in Python February 15, 2022 from win32com.client import Dispatchimport timespeak = Dispatch("SAPI.SpVoice")# time = time.asctime(time.localtime(time.time()))# speak.speak(f"{time}")voice = input("Enter.... ")speak.speak(voice) Share Get link Facebook X Pinterest Email Other Apps Share Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment