a55fe59d2bc4cbfd518e68c83eb4ac53d542c944
fixed structure of the package added background send thread added close function for terminating the background thread
pydualsense
control your dualsense through python. using the hid library this module implements the sending report for controlling you new PS5 controller. It creates a background thread to constantly update the controller.
dependecies
- hid >= 1.0.4
usage
from pydualsense import pydualsense
ds = pydualsense() # open controller
ds.setColor(255,0,0) # set touchpad color to red
ds.close() # closing the controller
Coming soon
- reading the states of the controller to enable a fully compatibility with python
- add documentation
Description
control your dualsense controller with python
apicontrollerdualsenseplaystationplaystation5ps5ps5-controllerpythonpython-librarypython3sonyusb-hid
Readme
MIT
461 KiB
Languages
Python
100%