Running Python script add-ons example

Hi… I need a tutorial for this, tried and failed. Need a working example… Thank you.

@bukit with a combination of RunCommands you can do any kind of plugins for any platform (not only python).

RunCommand "open -a Terminal"
Delay 2000
Write "pip install httpserver"
SendKeys ENTER
Delay 10000
Write "python -m http.server"
SendKeys ENTER

As a clumsy workaround in the meantime you could have the plugin create a file with the results in it, then have uxer read that file.

Not ideal I’m sure but I think it should work