An open API service indexing awesome lists of open source software.

https://github.com/mh-anari/remote-control

Control your computer remotely
https://github.com/mh-anari/remote-control

http python remote-control remote-server ssh

Last synced: 11 months ago
JSON representation

Control your computer remotely

Awesome Lists containing this project

README

          

# 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