Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wbsth/rbr-telemetry-viewer
GUI Tool for viewing telemetry data from Richard Burns Rally simulator
https://github.com/wbsth/rbr-telemetry-viewer
gui pyqt python richard-burns-rally
Last synced: 13 days ago
JSON representation
GUI Tool for viewing telemetry data from Richard Burns Rally simulator
- Host: GitHub
- URL: https://github.com/wbsth/rbr-telemetry-viewer
- Owner: wbsth
- Created: 2020-02-22T21:42:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T09:08:34.000Z (over 1 year ago)
- Last Synced: 2024-08-01T19:58:53.291Z (3 months ago)
- Topics: gui, pyqt, python, richard-burns-rally
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RBR Telemetry Viewer
### GUI Tool for viewing telemetry data from Richard Burns Rally simulator.
> Disclaimer: this tool is no longer maintained, and it may not work at all.> Consider using web telemetry viewer in [RBR-Tools](https://github.com/wbsth/rbr-tools) app as replacement
### Built with
* PyQt5 - GUI
* matplotlib - graphs
* pandas - data processing### Prerequisites
```
Python 3.x
```### Installation
```
>> git clone https://github.com/wbsth/rbr-telemetry-viewer.git
>> cd rbr-telemetry-viewer
>> pip install -r requirement.txt
>> python telemetry.py
```