Search Results

1
vote

How would you design a very “Pythonic” UI framework?

I have this same problem. I wan to to create a wrapper around any GUI toolkit for Python that is easy to use, and inspired by Shoes, but needs to be a OOP approach (against ruby blocks). Mo …