MCPcopy Create free account
hub / github.com/ActiveState/code / ndsSay

Function ndsSay

recipes/Python/576627_BlueMon/recipe-576627.py:43–46  ·  view source on GitHub ↗
(ndsWords)

Source from the content-addressed store, hash-verified

41 print"------ SAME FOUND!!!!!!"
42
43def ndsSay(ndsWords):#----------Function for talking
44 print ndsWords#-------------DEBUG! print word to say in Idle.
45 zcmd='espeak "'+ndsWords+'"'#concatinate the command
46 f=os.popen(zcmd)#------------send the command to terminal.
47
48def BluetoothScan():#-----------------------Performs the actual scan for Bluetooth Devices
49 f = os.popen("hcitool scan")#-----------Sends the command to the terminal

Callers 1

recipe-576627.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected