# pyvncs **Repository Path**: 676579037/pyvncs ## Basic Information - **Project Name**: pyvncs - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-09 - **Last Updated**: 2025-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PyVNCs Simple command line multiplatform python VNC Server. This is a simple command line VNC server, aimed to quick remote support situations. This VNC Server is proven to work on: - Linux (Xorg, Wayland not supported so far) - Mac OS - Windows (7 & onwards) Supported encodings: - raw - zlib ## TODO: - Add support for more (efficient) encodings - VeNCrypt support (WIP) - Add support for uPnP (for incomming connections on supported nat gateways) ## FAQ: Q: Why a VNC server on python? A: Because python is fun!