PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pyvirtualdisplay
/
examples
"Start Xvfb server. Open xmessage window." from easyprocess import EasyProcess from pyvirtualdisplay import Display with Display(visible=False, size=(100, 60)) 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]