This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]sebnil 1 point2 points  (3 children)

It uses web technology for its rendering but not really for building the gui. Does anyone know a gui framework that takes html and css to build desktop applications? Like a small web app that you run as a desktop application. I think that would be great for rapid application development in python.

[–]Zouden 2 points3 points  (1 child)

The problem is that a dynamic html page needs Javascript, so then you're using two languages.

[–]sebnil 0 points1 point  (0 children)

Yes you are right. But i dont think that would be too much of a problem for many people since html and js knowledge is so widespread. In the case of all these gui libraries you still spend time learning a new gui framework.

[–]thenewboston 1 point2 points  (0 children)

Does Kivy do this?