pywlroots icon indicating copy to clipboard operation
pywlroots copied to clipboard

Documentation and examples

Open VictorGimenez opened this issue 2 years ago • 2 comments

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

VictorGimenez avatar Jan 18 '23 17:01 VictorGimenez

Answers?

VictorGimenez avatar Jan 18 '23 21:01 VictorGimenez

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.

m-col avatar Jan 22 '23 17:01 m-col