loisekk/f1-race-replay — reverse-engineered prompt
Reverse engineered prompt
Build me a Python desktop app that lets someone replay Formula 1 races visually using real race telemetry data. I want a simple menu when it starts where I can pick a season and race, then watch the cars move around the track with driver names, a leaderboard, lap and race time, tyre info, and basic telemetry like speed, gear, DRS, and current lap when I click a driver.
Please include playback controls so I can pause, restart, rewind, fast forward, change speed, hide or show the HUD, progress bar, driver labels, and DRS zones. It should also show drivers who are out, and animate a safety car when the real session data says one was deployed.
Make it runnable with Python, with a normal main.py entry point, and support command line options for picking year, round, race, sprint, qualifying, refresh data, and no HUD. Use FastF1 or similar real F1 data sources, and look up current docs online if you need to.
Want more depth? Deep Reverse