fastest-round is a Python script that uses the fastest-lap vehicle dynamics library by Juan Manzanero to compute optimal lap times and generate graphs showing a car's velocity and other simulated data.
This repository also includes a Python wheel built for Windows, compiled from the fastest-lap v0.5 precompiled binary release.
Aside from that wheel, fastest-round is simply a convenience script that makes interacting with fastest-lap easier. All physics calculations and simulation logic are performed by the fastest-lap library.
I may add a Linux wheel in the future if I succeed in compiling the library for Linux.