⏱ Coming soon — package and repository not yet published.
A browser-based remote viewing and control tool that streams the host desktop over websockets and provides a clean web client for connecting from desktop or mobile.
Supports multiple view connections at the same time with a single control session, plus multi-monitor support and a login-based access model.
Requirements
# Requirements
mss>=9.0.0
pyautogui>=0.9.54
Quick Start
#Import Libs
from VNC import VNC
#Server Setup
Server = VNC(IP="", Port=8080, VNC_Port=5900, Web_Root="Localhost", Capture_Interval=0.02)
#Add Users
Server.Add("viewer", "viewerpass", False)
Server.Add("operator", "operatorpass", True)
#Server Start
Server.Start()
Installation (Git)
⏱ Coming soon — package and repository not yet published.
# Requires Python >=3.6 (Coming soon)
git clone https://github.com/jett-ai-com/Web-VNC.git