Skip to content

Python 3.8 + Flask + PyAutoGui + PIL. Set password for admin who control remote PC and other (logged/without auth/totaly disabled) users who watch his work on-the-fly. Server app works under Windows 7+, Linux, Mac, and other clients can control server via browser (tested under Chrome, Firefox under Android, IOS).

Notifications You must be signed in to change notification settings

Sturgeonfish-085/flask_remote_desktop_with_screen_cast

 
 

Repository files navigation

Python 3.8 + Flask + PyAutoGUI + PIL (Python Imaging Library)

Flask web server with very simple login system for one admin who control mouse on the server via browser. App allows screen casting for logged spectators, spectators without loggin, disable spectators.

Routes info:

/ main route. Lists all possible routes served by Flask's app

/login Allows users to log in

/logout You know

/cast Route for spectators who watch how admin works on the server

/rdp Route for admin to control machine

/logout_all Route for admin to logout all users (with himself)

/mouse?x=[position]&y=[position] /mouse?x=[position]&y=[position]&buttons=[button_number] Places mouse on the screen on the machine. Admin required

/keyboard?keys=[some keys here] /keyboard?special=[special key] /keyboard?specials=[special keys] Gets pressed keys from client's browser and puts them on the screen of the server. Admin required

By now works fine only under LAN. While working under solution with external serves for functionality like TeamViewer or other RDP systems

About

Python 3.8 + Flask + PyAutoGui + PIL. Set password for admin who control remote PC and other (logged/without auth/totaly disabled) users who watch his work on-the-fly. Server app works under Windows 7+, Linux, Mac, and other clients can control server via browser (tested under Chrome, Firefox under Android, IOS).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.4%
  • Python 42.0%
  • Shell 0.6%