2

What are some Python GUI frameworks that are capable of sleek and elegant UIs? I want to avoid vanilla OS, but still be cross platform.

Comments
  • 1
    Check out wxPython 😊
  • 1
    Tkinter is a good GUI library for Python.
  • 0
    Those are the two I've looked at briefly. I've gotten the impression that they're very vanilla. Are they easily tweaked and customized in terms of widget appearance/style?
  • 0
    @sheeponmeth Tkinter allows you customize the appearance of most of the widgets. I'm not sure how much customization you're looking for, though.
  • 0
    I'd like to create a flat UI similar to Acronis 2015.
  • 0
    @sheeponmeth Hmmmm... I'm not familiar with it. I would just suggest that you look at the Tkinter documentation and see all of the options that it gives for widgets.
Add Comment