Skip to content

MH-Anari/Remote-Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

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

Contact me