Render Log to Spreadsheet

A standalone Python script that converts Blender render logs into CSV files. The script uses the pipe symbol as a delimiter to format the data, allowing users to open the resulting file in spreadsheet applications like Google Sheets or Microsoft Excel. Once imported, users can sort and analyze render data such as memory usage and loading times. The tool operates through a prompt window and requires an external Python installation with the tkinter library to run.