Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
def
speak(audio):
23
engine.say(audio)
24
engine.runAndWait()
25
def
wishMe():
26
hour=int(datetime.datetime.now().hour)
27
if
hour>=7 and hour<12:
Callers
3
wishMe
Function · 0.85
takeCommand
Function · 0.85
index.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected