So I made a program that opens tor browser and I need to kill that browser after some time how can I do that
I have tried to kill it with os.system and Linux commands
And this is command with whic I start the browser
subprocess.call(['./start-tor-browser.desktop'])