Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```