https://github.com/bannsec/lagtester
Simple Script To Test Gamepad Lag
https://github.com/bannsec/lagtester
Last synced: over 1 year ago
JSON representation
Simple Script To Test Gamepad Lag
- Host: GitHub
- URL: https://github.com/bannsec/lagtester
- Owner: bannsec
- Created: 2017-03-27T01:47:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T01:52:15.000Z (over 9 years ago)
- Last Synced: 2025-02-15T03:16:50.562Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
Really not too much to this. I needed a means to check the lag time of my gamepad (and HDMI) so this is a simple python script to do just that. You play a little game where you press your x (or similar) button when the screen goes green to test the lag time.
# Install
As per usual, you probably want to be installing things into a python virtual environment. Up to you.
```bash
$ pip install lagTester
```
# Use
```bash
$ lagTester
```
Should be self explanatory.
# Works On/Testing
I threw this together quickly. It __should__ work on both python2 and python3 as well as most Linux and Windows distributions. It's only been tested using python 3 on Windows and Ubuntu. Also, it has only been tested with an XBOX360 controller. Again, __should__ work with other controllers, but who knows. If it doesn't work with yours, fix it and submit a PR. Or -- buy me the controller and I'll get it working ;-)