Python sends:
os.system("sudo openvpn openvpn.ovpn")
to terminal
how do I tell terminal to listen to my next command I'm trying to send
sys.exit()
but it doesn't work
This program is coded with tkinter
and there is a button to choose the vpn
,
but i want to make a stop button as well.