PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pyvirtualdisplay
/
examples
"Start virtual VNC server. Connect with: vncviewer localhost:5904" from easyprocess import EasyProcess from pyvirtualdisplay import Display with Display(backend="xvnc", size=(100, 60), rfbport=5904) as disp: with EasyProcess(["xmessage", "hello"]) as proc: proc.wait()
[-] vncserver.py
[open]
[+]
..
[+]
__pycache__
[-] headless.py
[open]
[-] lowres.py
[open]
[-] screenshot.py
[open]
[-] __init__.py
[open]
[-] threadsafe.py
[open]
[-] nested.py
[open]