MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / speak

Function speak

desktopassistant/index.py:22–24  ·  view source on GitHub ↗
(audio)

Source from the content-addressed store, hash-verified

20
21
22def speak(audio):
23 engine.say(audio)
24 engine.runAndWait()
25def wishMe():
26 hour=int(datetime.datetime.now().hour)
27 if hour>=7 and hour<12:

Callers 3

wishMeFunction · 0.85
takeCommandFunction · 0.85
index.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected