PATH: //opt/cloudlinux/venv/lib/python3.11/site-packages/pyvirtualdisplay/examples
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📁 __pycache__/
X
📄 headless.py
↓
X
📄 lowres.py
↓
X
📄 nested.py
↓
X
📄 screenshot.py
↓
X
📄 threadsafe.py
↓
X
📄 vncserver.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: lowres.py
"Testing gnumeric on low resolution." from easyprocess import EasyProcess from pyvirtualdisplay import Display # start Xephyr with Display(visible=True, size=(320, 240)) as disp: # start Gnumeric with EasyProcess(["gnumeric"]) as proc: proc.wait()
SIMPAN PERUBAHAN