gvalkov / python-evdev

Python bindings for the Linux input subsystem
https://python-evdev.rtfd.org/
BSD 3-Clause "New" or "Revised" License
334 stars 112 forks source link

Replace PyUserInput with pynput in docs #147

Closed tbm closed 3 years ago

tbm commented 3 years ago

The scope section recommends: PyUserInput

PyUserInput (cross-platform, works on the display server level)

According to its GitHub page, it's deprecated and people should use pynput instead.

gvalkov commented 3 years ago

Thanks. I updated the documentation.