How can I start a launcher from python?
if I do: os.system("~/localhost")
it just returns a number (probably a process id or something)
if this is not possible, how can I start from python a terminal window
and execute a code in that terminal?
(without closing the python script)
Thanks in advance =)