Skip to content

pstch/python-libinput

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libinput

This package provides a pure python wrapper for libinput, a library that handles input devices for display servers and other applications that need to directly deal with input devices.It provides device detection, device handling, input device event processing and abstraction.

libinput does this by reading character files in /dev/input/, so to use this package you need to run your code as root or to belong to input group.

Documentation

https://python-libinput.readthedocs.io/

Development

https://github.com/OzymandiasTheGreat/python-libinput

Package

https://pypi.org/project/python-libinput/

About

Object-oriented wrapper for libinput using ctypes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%