https://github.com/hunterhusker/pysplit
A Speedrun timer built on PySide6
https://github.com/hunterhusker/pysplit
pynput pyside6 python3 speedrun speedrun-timer speedrun-tool speedrunning
Last synced: 9 months ago
JSON representation
A Speedrun timer built on PySide6
- Host: GitHub
- URL: https://github.com/hunterhusker/pysplit
- Owner: Hunterhusker
- License: lgpl-2.1
- Created: 2025-02-22T19:02:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-16T21:24:18.000Z (10 months ago)
- Last Synced: 2025-08-16T23:20:50.034Z (10 months ago)
- Topics: pynput, pyside6, python3, speedrun, speedrun-timer, speedrun-tool, speedrunning
- Language: Python
- Homepage:
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The contents of this repo are not finished, and subject to change at any minute. I would not use this code at all as it currently stands.
# PySplit v0.0
PySplit is a speedrun timer built on Python and PyQt6 with the aim of being a fully cross platform speedrun timing solution.
## Description
## Getting Started
### Dependencies
* [PySide6 6.8.2.1](https://pypi.org/project/PySide6/6.8.2.1/)
* [pynput 1.7.7](https://pypi.org/project/pynput/1.7.7/)
### Installing
* how to install this thing when it gets done
### Configuration
* how to style the timer
* how to configure the other settings
## Authors
Contributors info
- [hunterhusker](https://github.com/Hunterhusker)
## License
This project is licensed under the "LGPL-2.1" License - see the LICENSE.md file for details
## Acknowledgements
Inspiration, code snippets, and other things I would like to thank
* [README-Template](https://gist.github.com/DomPizzie/7a5ff55ffa9081f2de27c315f5018afc)
* [QT For Python Docs](https://doc.qt.io/qtforpython-6.6/index.html)
* [ChatGPT a.k.a. Rubber Ducky with ideas](https://chat.openai.com/)
* [inputs docs](https://inputs.readthedocs.io/en/latest/)
* [pynput docs](https://pynput.readthedocs.io/en/latest/)