Hacker News new | ask | show | jobs
by dman 4985 days ago
Check out enaml - https://github.com/enthought/enaml . It makes writing UI's in python really fun.
1 comments

Still it relies on wxPython or PyQT which is my problem because you are limited to the existing widgets somehow (or you need to create your own widgets and then it is slow and painful).
Writing custom widgets in Qt isnt half bad.