PySimpleGUI - easy tool for developing quick Python UI for desktop
When we look forward to create a simple Desktop Client or UI, there are plenty of options. While we want to have a simple interface, we would also expect to use a simple code to get there.
I have come across PySumpleGUI, after I answered this question in StackOverflow.com. Initially that question was having bounty, but then nothing happened.
PySimpleGUI - is really simple!
As their doc says, it's Python GUIs for Humans! A wonderful library and extensive documentation. While exploring a simple CSV to Table converter, I was able to launch that within a few lines of code. For example, reading a CSV (that I downloaded from here) to Table, I had:
Now, you see the output is decent and helps us achieve things faster!
Comments
Post a Comment