pywlroots
pywlroots copied to clipboard
Documentation and examples
I would like to know where could I find the documentation about the usage of this library as well as some examples about automate mouse and keyboard events. I have tried to import directly the package import pywlroots
but I am facing ModuleNotFoundError: No module named 'pywlroots'
even with it already installed
Answers?
The python package is wlroots
. The library pretty much just wraps the original wlroots library, and the API is essentially a slightly more object-oriented version of the wlroots API. Your best bet for docs would be the wlroots header files and the protocol XML files.