How to create beautiful UI's with Python

Eren Arıcı picture Eren Arıcı · Jun 9, 2017 · Viewed 142.3k times · Source

I wonder if it's possible to create good looking desktop UI's with python? Could I use JS frameworks like Electron with python? Or are there any python libraries which provide modern looking and easy to use widgets?

This is what I have in mind for the appearance:

Something like that.

Image Credit: https://dribbble.com/jnhffmnn

Is this possible and where can I find resources on how to get started?

Answer

scotty3785 picture scotty3785 · Jun 9, 2017

Best options I've seen for 'pretty' GUIs with python is Kivy, see the gallery of examples