skalizzo / FileConverter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 93.2%Language:C++ 3.8%Language:QMake 3.1%