flacjacket / pywlroots

Python binding to the wlroots library using cffi
University of Illinois/NCSA Open Source License
53 stars 14 forks source link

Documentation and examples #111

Open VictorGimenez opened 1 year ago

VictorGimenez commented 1 year ago

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 commented 1 year ago

Answers?

m-col commented 1 year ago

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.