https://github.com/realbou17/wusf1
A Python-based GUI tool for visualizing F1 telemetry with multiple data representations.
https://github.com/realbou17/wusf1
data-analysis f1 fastf1 formula1 formula1-data-analysis python student-project
Last synced: about 2 months ago
JSON representation
A Python-based GUI tool for visualizing F1 telemetry with multiple data representations.
- Host: GitHub
- URL: https://github.com/realbou17/wusf1
- Owner: realbou17
- License: mit
- Created: 2025-12-22T11:26:37.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-03-19T11:18:58.000Z (3 months ago)
- Last Synced: 2026-04-01T23:10:59.645Z (2 months ago)
- Topics: data-analysis, f1, fastf1, formula1, formula1-data-analysis, python, student-project
- Language: Python
- Homepage:
- Size: 854 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: roadmap.md
Awesome Lists containing this project
README
# WUSF1
A new way to exploit F1 data, thanks to [Fastf1](https://docs.fastf1.dev/index.html) and Python. ๐๏ธ

# ๐Features
- **GUI Menu**: Allows user to easly choose the session to load, and to navigate through the menus
- **Multiple representations**
- ๐ **Graphs**: A traditional and clean way to exploit available data
- Speed, RPM, Gear, Throttle, Brake (on-off), Glon, DRS (on-off)
- ๐ **Histograms**: A more direct and concise alternative representation (Speed, RPM, Gear and Throttle only)
- ๐ต **Scatter**: A visual correlation tool that plots two channels against each other to reveal relationships โ ideal for variables like RPM vs Speed (for gear ratios and optimization) or Glon vs Speed (to spot car balance at different speeds)
- ๐ข **Statistics**: A table showing vital statistics (minimum, maximum, mean, median and standard deviation) of all available channels
- ๐ฐ๏ธ **Track**: The outline of the track loaded, with a dot representing the position of the car according to mouse position in the graphs
- **All sessions available**: Watch telemetry from every session since 2018, including FPs, qualy, races and even winter tests
- **Customization**:
- Choose between driver's team color or a traditional color palette for telemetry channels
- Hide input fileds for a clearer visualization
- **Comparison**: Compare telemetry for up to 2 drivers
# โ๏ธ Requirements
**Easy to install:**
```bash
pip install -r requirements.txt
```
- Python 3.10+
- [Fastf1](https://docs.fastf1.dev/index.html)
- Numpy
- Dearpygui
...
# ๐ป Usage
1. In the upper left of the GUI menu **fill** following inputs, following examples:
\*latest session will be loaded by default

- **Session**: R -> Race, Q -> Qualy , FPx -> Practice x (Testing sessions considered as practice sessions)
- **Track**: Select the name of the track/country by unfolding the dropdown menu
- **Year**: From 2018 to the present
- **Driver**: His abbreviation (3 capital letters)
*For more info check [Fastf1 documentation](https://docs.fastf1.dev/events.html).
- If desired, click the 'Compare' checkbox to show the second driver input field
2. Click **'Show Telemetry'** to display data
- Select the lap scrolling trough the horizontal menu, fastest lap will be displayed in purple and loaded first by default
3. Choose representation by switching **tabs** in the top left
4. Happy Telemetry!
# ๐คLicense and contributing
This project is under [MIT license](https://tlo.mit.edu/understand-ip/exploring-mit-open-source-license-comprehensive-guide). Feel free to contribute to this project fixing bugs, adding [roadmap's](https://github.com/realbou17/WUSF1/blob/main/roadmap.md) features or even more...