netinvent / command_runner

Substitute for subprocess that handles all hassle that comes from different platform and python versions, and allows live stdout and stderr capture for background job/interactive GUI programming ;)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README.md examples

deajan opened this issue · comments

Using ping 127.0.0.1 as example in README.md is not viable since it will run forever in Linux.
We need to find a command that exists on both Windows & Linux platforms by default.