Skip to main content
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 usages
============

Start Xephyr::

from pyvirtualdisplay import Display
xephyr=Display(visible=1, size=(320, 240)).start()

Create screenshot of xmessage with Xvfb::

from easyprocess import EasyProcess
from pyvirtualdisplay.smartdisplay import SmartDisplay
disp = SmartDisplay(visible=0, bgcolor='black').start()
xmessage = EasyProcess('xmessage hello').start()
img = disp.waitgrab()
xmessage.stop()
disp.stop()
img.show()

Installation
============

General
--------

* install Xvfb_ and Xephyr_.
* install setuptools_ or pip_
* optional: pyscreenshot_ and PIL_ should be installed for :mod:`pyvirtualdisplay.smartdisplay`
* install the program:

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 xserver-xephyr
sudo easy_install PyVirtualDisplay
# optional
sudo apt-get install python-imaging
sudo apt-get install scrot
sudo easy_install pyscreenshot


Uninstall
----------
::

# as root
pip uninstall PyVirtualDisplay


.. _setuptools: http://peak.telecommunity.com/DevCenter/EasyInstall
.. _pip: http://pip.openplans.org/
.. _Xvfb: http://en.wikipedia.org/wiki/Xvfb
.. _Xephyr: http://en.wikipedia.org/wiki/Xephyr
.. _pyscreenshot: https://github.com/ponty/pyscreenshot
.. _PIL: http://www.pythonware.com/library/pil/

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.2.tar.gz (32.5 kB view details)

Uploaded Source

File details

Details for the file PyVirtualDisplay-0.0.2.tar.gz.

File metadata

File hashes

Hashes for PyVirtualDisplay-0.0.2.tar.gz
Algorithm Hash digest
SHA256 a00c16a645428ab4c5ee2a51b2df49deffec8354280bb68ab24c1d55d3b58be6
MD5 b8bf617223084a4d268e53add7ee6130
BLAKE2b-256 2c9290ed64fb4b8af2f5b6c4f15da11d0121e4476eb97dc49840260eb91ef65a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page