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
- Host: GitHub
- URL: https://github.com/mh-anari/remote-control
- Owner: MH-Anari
- Created: 2022-09-09T14:32:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T20:12:43.000Z (over 1 year ago)
- Last Synced: 2024-10-28T21:22:33.384Z (over 1 year ago)
- Topics: http, python, remote-control, remote-server, ssh
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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