File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
display_server_interactions Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 9
9
[ ![ GitHub stars] ( https://img.shields.io/github/stars/Commandcracker/display-server-interactions )] ( https://github.com/Commandcracker/display-server-interactions/stargazers )
10
10
[ ![ GitHub forks] ( https://img.shields.io/github/forks/Commandcracker/display-server-interactions )] ( https://github.com/Commandcracker/display-server-interactions/network )
11
11
[ ![ GitHub issues] ( https://img.shields.io/github/issues/Commandcracker/display-server-interactions )] ( https://github.com/Commandcracker/display-server-interactions/issues )
12
+ [ ![ Publish] ( https://github.com/Commandcracker/display-server-interactions/actions/workflows/pypi-publish.yml/badge.svg )] ( https://github.com/Commandcracker/display-server-interactions/actions/workflows/pypi-publish.yml )
12
13
13
14
DSI allows you to perform basic interactions on your display server, like screenshotting a window or sending input to it.
14
15
Currently, DSI only supports X11/Xorg (GNU/Linux) but it aims to be cross-platform.
Original file line number Diff line number Diff line change 3
3
4
4
from platform import system as __system
5
5
6
- __version__ = "0.0.dev3 "
6
+ __version__ = "0.0.dev4 "
7
7
__author__ = "Commandcracker"
8
8
9
9
__os_name = __system ().lower ()
You can’t perform that action at this time.
0 commit comments