My sister is a writer and I was trying to make a distraction free text manipulator for her in python. The really tricky bit is the GUI and there's a problem in that; I don't know which framework to choose. There's this giant list of frameworks on the python wiki (see: http://wiki.python.org/moin/GuiProgramming ), but I don't know how to differentiate between them beyond the platform (windows).
Most of the GUIs I've seen with frameworks like WxPython seem... clunky (see: http://www.wxpython.org/screenshots.php ), which isn't exactly encouraging. Since, I hope to execute a minimalistic, but visually appealing UI centered around the text area. I know that it is possible to create something beautiful out of any framework, but I am not experienced enough to pull that kind of wizardry off.
I am willing to learn something complex as long as the end result is good and can be made better. So, what framework should I be using?
Further, can you tell me a good design tools/IDE that I should be using?
Thank you.