TL, DR If you ever tried to write a big table in Latex from scratch, you know how much it can be tedious. I wrote a small application leveraging Python Pandas and PySimpleGUI to create a Latex tables from any CSV file. Making tables in Latex from CSV files In a previous post I already… Continue reading Create a Latex table from a CSV files
Tag: GUI
Create GUIs for Python applications with PySimpleGUI
TL, DR PySimpleGUI is one of the easiest way to create GUIs (Graphical User Interfaces) for your Python applications. If you use PySimpleGUI you should consider supporting the project with their official Udemy course here. Python and GUIs In most of the cases, when we develop Python applications or scripts we mostly operate via command… Continue reading Create GUIs for Python applications with PySimpleGUI