Skip to content

A GUI based python applet to execute a script stored on a remote server.

Notifications You must be signed in to change notification settings

idaljeetsingh/remote-server-script-executer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Server Script Executer

Description:

A GUI based python applet to execute a shell script stored on a remote server and get it's output shown in the applet.

Requirements:

    * A SSH enabled remote server.

Usage:

    * 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

Screenshots:

1