Looking for a Python UI library comparable with Windows Forms [on hold]
- by Mitten
I am looking for a Python UI library which I could use
to develop a desktop GUI comparable to what can be done with .NET Windows Forms.
I have no previous experience programming UI in Python, so
I would rather choose (if there is a choice) something simple.
The application I am building would be a document oriented -
rich texts, lists and grids, I don't expect to use much graphics -
mostly formatted texts.
Any pointers, and if there is more than one major GUI library available for Python
- how could I quickly test them to see which one is a better fit for my needs?