Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 669 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 669 Bytes

dualsense-cps

CPS counter for the PS5 Dualsense controller, using pydualsense. Program currently only counts the CPS for the X button.

Installation

Windows

Download hidapi and place the .dll and .lib in your Windows\System32 folder. After, install both the hidapi and pydualsense PyPI packages.

pip install --upgrade hidapi
pip install --upgrade pydualsense

Linux

Check the pydualsense GitHub page for Linux installation documentation.