Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ main
Function
main
JARVIS/cli.py:170–176 ·
view source on GitHub ↗
(argv=None)
Source
from the content-addressed store, hash-verified
168
169
170
def
main(argv=None):
171
argv = argv or []
172
set_tts_engine(init_tts_engine())
173
if
len(argv) > 1 and argv[1].lower() in {
"--type"
,
"--text"
}:
174
typed_loop()
175
else
:
176
voice_loop()
Callers
1
jarvis.py
File · 0.90
Calls
4
set_tts_engine
Function · 0.85
init_tts_engine
Function · 0.85
typed_loop
Function · 0.85
voice_loop
Function · 0.85
Tested by
no test coverage detected