A GUI based python applet to execute a shell script stored on a remote server and get it's output shown in the applet.
* A SSH enabled remote server.
* Create a python virtual environment on you local machine. * Activate the newly created virtual environment. * Install the requrements.txt file by `pip install requirements.txt` * python ./main.py