Package hid
[frames] | no frames]

Package hid

source code

pure python module for discovering HID devices attached to a computer and interacting with those devices.

Submodules
  • hid.osx: The OS X HID interface module.

Classes
  HIDDevice
absract class representing a HID device on the host computer
Functions
 
find_hid_devices()
query the host computer for all available HID devices and returns a list of any found
source code