Hello World,
I wanted to ask if it is possible to send commands to the raspberry pi remotely using python. I did lots of search and couldn't find anything similar to what I want.
I want to send commands such as gweb and mv.
Regards
Code: Select all
os.system('ssh user@host command')