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
install setuptools or pip
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 xephyr sudo easy_install PyVirtualDisplay
Uninstall
# as root pip uninstall PyVirtualDisplay
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.1.tar.gz
(31.3 kB
view details)
File details
Details for the file PyVirtualDisplay-0.0.1.tar.gz.
File metadata
- Download URL: PyVirtualDisplay-0.0.1.tar.gz
- Upload date:
- Size: 31.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09ad2f190d7a3a7db423105de6fbb95b082366f4302d941a21a9e5299b1dab89
|
|
| MD5 |
db1927738ec5e276ac4a38561284839d
|
|
| BLAKE2b-256 |
8187cf92da1a1282061d3d4bfc46fe081e2a0840c85fc1e28b7f48c3102d59b0
|