https://github.com/andreashovaldt/dualsense-cps
CPS counter for the Dualsense controller
https://github.com/andreashovaldt/dualsense-cps
click-counter dualsense-controller pydualsense python
Last synced: about 1 month ago
JSON representation
CPS counter for the Dualsense controller
- Host: GitHub
- URL: https://github.com/andreashovaldt/dualsense-cps
- Owner: andreasHovaldt
- License: mit
- Created: 2023-09-14T23:10:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T23:39:37.000Z (over 2 years ago)
- Last Synced: 2025-12-19T22:55:48.869Z (6 months ago)
- Topics: click-counter, dualsense-controller, pydualsense, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dualsense-cps
CPS counter for the PS5 Dualsense controller, using [pydualsense](https://github.com/flok/pydualsense).
Program currently only counts the CPS for the X button.
# Installation
## Windows
Download [hidapi](https://github.com/libusb/hidapi/releases) and place the .dll and .lib in your Windows\System32 folder.
After, install both the [hidapi](https://pypi.org/project/hidapi/) and [pydualsense](https://pypi.org/project/pydualsense/) PyPI packages.
```bash
pip install --upgrade hidapi
pip install --upgrade pydualsense
```
## Linux
Check the [pydualsense GitHub page](https://github.com/flok/pydualsense#linux) for Linux installation documentation.