MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / speak

Function speak

projects/Medium Article Reader/main.py:20–22  ·  view source on GitHub ↗
(audio)

Source from the content-addressed store, hash-verified

18
19
20def speak(audio):
21 engine.say(audio)
22 engine.runAndWait()
23
24
25try:

Callers 1

main.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected