🌟 Software for formating table data 🌟 ( GUI: ( ͡° ͜ʖ ͡°)◞PySimpleGUI )
I wanted to make different files with python.
I've used pure python to process(split, format) data and also PySimpleGUI for GUI, because it really helps to see the results.
The cool thing: use WHATEVER text editor to prepare your data (look at gifs below).
Give delim
(delimiter) and your vals
(rows values).
Pick one option from 4 available.
Get your out
(output).
It's 1 file, God.
*Unix:
python3 main.py
(please no) Windows:
python main.py