Cross platform GUI program to convert CSV files into Latex tables.
It uses PySimpleGUI as GUI framework.
Suggestions and help welcome!
Version: 0.1
Date: 2022-05-06
- Select columns from CSV
- select alignment (left, center, right) for each column
- add caption
- add label
- add position
- add change of column names
- add float formatting support
- add support for longtable
- add Random Data Science logo
- make executables for Linux, Mac, and Windows
On Linux you need xsel
or xcilp
installed.