Zero configuration easy to deploy remote desktop software.
Demo video: https://youtu.be/A_ZdcatcM4o
- Run app.py to start a flask server web application. This is your client application.
- Run remote.py at the windows computer you want to control and provide the addr of flask server and a key command line arguments. (e.g:
python remote.py https://127.0.0.1:5000 1234
) - Navigate with a we browser to flask web app (e.g: https://127.0.0.1:5000) and provide the key to connect.