Basic API for logging telemetry data from Forza Horizon 5 to an excel file.
So the FH5 game seems to have some pretty realistic physics and I wanted to see how the elipse of friction varies after tuning the cars. I looked for a simple way to log the data out into an excel ".xlsx" file, but I couldn't find any, so... there it is. Just python, you don't need to install anything besides some python modules and you are good to go.
You will need to install Openpyxl. To do that, run the following command into the console:
pip install openpyxl