PC-Remote is a python desktop app that runs on the PC you want to control, it will open a console window showing a QR code and a url, you must access that url from your phone to start controlling the mouse and keyboard.
it takes a few seconds to load because it is compressed in a single .exe
The server is written in Python and it uses pyautogui to control the mouse and keyboard. It creates a WebSocket server and a simple HTTPServer used to deliver the front end app which is done in React
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the python server on watch mode on your local machine to develop, so you can change the server code and it will auto-reload on changes.
Runs the react front-end app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
Builds the front-end app for production to the build
folder.
You should run build
BEFORE running compile
Compiles the proyect into a single .exe file in the folder dist
It will grab the code in the build
forlder and pack it in the EXE.
React App files live inside the src
folder
Python Server files live inside py-src
folder