The Python Remote Desktop project allows users to control their PC remotely using Python. It provides features like screen sharing, audio sharing, remote control, and more.
-
Clone this repository:
git clone https://github.com/UltrontheAI/Python-Remote-Desktop.git
-
Install the required dependencies:
pip install python-socketio PyAutoGUI PyAudio npm i
-
Run the server (index.js):
node index.js
-
Connect to the server using the Python client (host.py):
python host.py
- Screen sharing
- Audio sharing
- Remote control (mouse and keyboard)
- Toggle shutdown and restart
- Adjustable frame rate (FPS)
- Start the server using node index.js.
- Run the Python client (host.py) on the target machine.
- Use the provided controls to interact with the remote PC.
- Press ‘s’ to toggle shutdown.
- Press ‘r’ to toggle restart.
- Press ‘k’ to toggle keyboard control.
- Press ‘m’ to toggle mouse movement.
- Press ‘c’ to toggle mouse click.
Feel free to customize and enhance this project according to your needs! If you have any questions or need further assistance, don’t hesitate to ask. 🚀