vncserver.py
| 284 B | Satir:
0
| py
Geri
"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()
Kaydet
Ctrl+S ile kaydet