Skip to content

andreasHovaldt/dualsense-cps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.