Welcome to pydualsense’s documentation!¶
pydualsense is a Python library that helps you interact with your PlayStation 5 DualSense controller. It reads the current state of the controller and also allows to update the triggers and other options on the controller.
To get started check out the Usage section for more information on how to install.
Note
This project is under active development.
Contents¶
- Usage
- API
- Examples
- pydualsense
- pydualsense package
- Submodules
- pydualsense.enums module
ConnectionType
LedOptions
PulseOptions
Brightness
PlayerID
TriggerModes
BatteryState
BatteryState.POWER_SUPPLY_STATUS_DISCHARGING
BatteryState.POWER_SUPPLY_STATUS_CHARGING
BatteryState.POWER_SUPPLY_STATUS_FULL
BatteryState.POWER_SUPPLY_STATUS_NOT_CHARGING
BatteryState.POWER_SUPPLY_STATUS_ERROR
BatteryState.POWER_SUPPLY_TEMP_OR_VOLTAGE_OUT_OF_RANGE
BatteryState.POWER_SUPPLY_STATUS_UNKNOWN
- pydualsense.event_system module
- pydualsense.hidguardian module
- pydualsense.pydualsense module
- Module contents
- pydualsense package