/FileConverter

a small GUI tool to convert csv and txt files to XLSX files

Primary LanguagePython

File Converter

a small GUI tool used to batch-convert csv and txt files to Excel (XLSX) files

Usage

start the app with src/main.py

Conversion to Executable

use convert2exe.py to convert the app to an executable that you can run on any Windows computer

editing the GUI

you can edit the GUI with QtCreator - just edit the file ./resources/GUI/FileConverter/mainwindow.ui and afterwards convert it using build_gui.py