This Python script converts Crome datalog files (csv) to Megalogviewer csv-friendly datalog files It replaces double quotes, as well as the file header. It also convert imperial to metric units
- Open a
.dlfdatalog with Crome - Save it as
.csvdatalog - Run
converter.py my-datalog.csv - Open the newly created
edited-my-datalog.csvwith Megalogviewer
- Install Python for Windows Python for Windows
- Install pyinstaller
pip install pyinstaller - Run
pyinstaller gui.py - Set the PATH for the gui executable Example at Stackoverflow
- Use Context menu editor to add an entry to the context menu

