Skip to main content

python wrapper for Xvfb and Xephyr

Project description

PyVirtualDisplay is a python wrapper for Xvfb and Xephyr

home: https://github.com/ponty/PyVirtualDisplay

documentation: http://ponty.github.com/PyVirtualDisplay

Possible applications:
  • GUI testing

  • automatic GUI screenshot

Basic usage

from pyvirtualdisplay import Display
# Start Xephyr
disp1=Display(visible=1, size=(320, 240)).start()

Installation

General

if you have setuptools installed:

# as root
easy_install PyVirtualDisplay

if you have pip installed:

# as root
pip install PyVirtualDisplay

Ubuntu

sudo apt-get install python-setuptools
sudo apt-get install xvfb
sudo apt-get install xephyr
sudo easy_install PyVirtualDisplay

Uninstall

# as root
pip uninstall PyVirtualDisplay

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

PyVirtualDisplay-0.0.0.tar.gz (31.0 kB view hashes)

Uploaded Source

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