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.0.tar.gz
(31.0 kB
view details)
File details
Details for the file PyVirtualDisplay-0.0.0.tar.gz.
File metadata
- Download URL: PyVirtualDisplay-0.0.0.tar.gz
- Upload date:
- Size: 31.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d4d9df68501d75ecbb04518a2fb2e424386246a5a263ceb04541c181785239c
|
|
| MD5 |
aaa3ccbc7850ffe1dc35f0a24b32615b
|
|
| BLAKE2b-256 |
6a66b91c2e5601123327a3f44eb518b3dbf6084763ab7ac9c752bd8475f25737
|