make robot talk running script on terminal
Posted: Tue Feb 17, 2015 9:20 am
Hi
I have a script to make my bot talk containing
This works fine if run locally on the bot. Obviously if run remotely it tries to access the OS on my terminal.
In general I would like to investigate calling of modules both locally and on my terminal from a script running on my terminal. Any ideas? Thanks
I have a script to make my bot talk containing
- Code: Select all
def robot(text):
os.system("espeak ' " + text + " ' ")
This works fine if run locally on the bot. Obviously if run remotely it tries to access the OS on my terminal.
In general I would like to investigate calling of modules both locally and on my terminal from a script running on my terminal. Any ideas? Thanks