Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 614 Bytes

File metadata and controls

19 lines (10 loc) · 614 Bytes

lab2csv

Converts 3B Scientific lab files produced by Science Studio to csv files that can be read by Origin etc.

Every table inside a lab file, which is located inside a vecteur section, will be put into separate column, so expect many duplicates.

You can either use GUI or simply Drag'n'Drop lab file onto exe to immediately convert it to csv.

Download: https://github.com/xtotdam/lab2csv/releases

Screenshot

Requirements to build

  • pyinstaller
  • PySimpleGUI
  • unidecode