Skip to main content

Python Package made by Mhadhbi Issam .

Project description

pynovnc

Colab

Install Requiements :

apt install -y --fix-missing xserver-xephyr  x11vnc xvfb novnc  net-tools x11-apps x11-xkb-utils gedit tightvncserver x11-utils gnumeric

Installation :

pip install pynovnc 

Quick start :

from pynovnc import VirtualDisplay
with  VirtualDisplay(h = 1040 , w = 1920 ) as x :
    app = x.run(["gedit"])
    port = x.vncport
    app.wait()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pynovnc-1.1.6.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

pynovnc-1.1.6-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page