Python GUI?

petmertens at gmail.com petmertens at gmail.com
Fri Sep 13 13:51:39 EDT 2013


Enthought.traits !! http://code.enthought.com/projects/traits/
I started using traits a couple of months ago and I really like it.

Traits provides a framework which creates a UI based on your data structures. Using some "hints" you can do anything you want. Just check out their website and try the examples.
Even creating an executable out of it is quite easy using bbfreeze.

The "negative" thing about is that the user group doesn't seem to be very large. In other words: if you get stuck on something, there aren't many people to help you. This however should not prevent you from using traits.

Just try it and let me know what you think about it.



More information about the Python-list mailing list