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 99[ ![ GitHub stars] ( https://img.shields.io/github/stars/Commandcracker/display-server-interactions )] ( https://github.com/Commandcracker/display-server-interactions/stargazers )
1010[ ![ GitHub forks] ( https://img.shields.io/github/forks/Commandcracker/display-server-interactions )] ( https://github.com/Commandcracker/display-server-interactions/network )
1111[ ![ 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 )
1213
1314DSI allows you to perform basic interactions on your display server, like screenshotting a window or sending input to it.
1415Currently, DSI only supports X11/Xorg (GNU/Linux) but it aims to be cross-platform.
Original file line number Diff line number Diff line change 33
44from platform import system as __system
55
6- __version__ = "0.0.dev3 "
6+ __version__ = "0.0.dev4 "
77__author__ = "Commandcracker"
88
99__os_name = __system ().lower ()
You can’t perform that action at this time.
0 commit comments