Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 679 Bytes

README.md

File metadata and controls

32 lines (29 loc) · 679 Bytes

Remote-Control

Control your computer remotely

Install server

git clone https://github.com/MH-Anari/Remote-Control.git
cd remote-control/server
pip install -r requirments
python server.py

Install client

git clone https://github.com/MH-Anari/Remote-Control.git
cd remote-control/client
python client.py

Steps

  1. Edit config.txt file in server folder to set password and local port
  2. Run server.py on your remote computer.
  3. Copy url from server.py output.
  4. Run client.py.
  5. Enter your url and password.
  6. Enter your commands...

Useful for

  1. System/Network Adminstrators
  2. CE/CS Students
  3. Data Scientists
  4. AI Researchers
  5. etc