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
.dlf
datalog with Crome - Save it as
.csv
datalog - Run
converter.py my-datalog.csv
- Open the newly created
edited-my-datalog.csv
with 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