Best Beginner GUI For Python?

This page summarizes the projects mentioned and recommended in the original post on /r/learnpython

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • DearPyGui

    Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies

    There's also DearPyGUI, it's relatively new and not bad at all, I gave it a shot but I personally didn't really like working with it, needs you to set a huge amount of options to get a nice enough result, but the killer for me was that you can't align a text to the centre, the workaround offered by the dev was to add an entry title before your text and set a size to put the text in the centre, so I passed and went back to my beloved tkinter.

  • cefpython

    Python bindings for the Chromium Embedded Framework (CEF)

    If you’re familiar with JavaScript/html/css, look atCefPython . It can be used without any third party GUI. The very nice part is that Python functions/classes can be bound to JavaScript, to call them directly from JavaScript. I use it in conjunction with Flask, to easily serve html templates, and other files. Here is the basic tutorial/example: https://github.com/cztomczak/cefpython/blob/master/examples/tutorial.py

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts