An open API service indexing awesome lists of open source software.

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

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/)