This is a desktop application made for view CSV files more nicely formatted. I used PyQt5 for developing this app. All you need is run the script and then select a CSV file and it will be shown in the app nicely formatted. You can use shortcut (Ctrl+O) also to open a csv file.
Simply run the following command in your virtual environment.
pip install -r requirements.txt
pyi-makespec main.py
pyi-makespec main.py -F
pyi-makespec main.py --icon=icon.png
pyi-makespec main.py --noconsole
pyi-makespec main.py -F --icon=icon.png --noconsole
Once the .spec file is up to your standards, use pyinstaller and pass it the .spec file as the first argument. It will use the information specified in the file to create the final distributable package.
pyinstaller main.spec