Which python framework is used by professional to make a desktop gui app ?

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

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

    PyMe is a tool software to develop the Python User Interface for Python programmer.

    emm maybe try this ? https://github.com/honghaier-game/TKinterDesigner

  • PyOxidizer

    A modern Python application packaging and distribution tool

    Good use of PyInstaller or PyOxidizer can give you a head start. Don't forget, Dropbox, Netflix, Reddit, Spotify use a ton of python, and the Dropbox client is mostly python.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • voila

    Voilà turns Jupyter notebooks into standalone web applications

    Meh, Dash is OK. These days, my go-to is voila, which basically supports anything you can serve via a jupyter notebook (including plotly). Gives you access to the entire ipywidgets, bokeh, and holoviz ecosystems. Just make a notebook with some UI elements in it and bam: you've got a webapp.

  • Cura

    3D printer / slicing GUI built on top of the Uranium framework

    If you do any 3d printing: I think most of the FreeCAD and Cura UIs are actually python. And although open source, Cura is absolutely a commercial product (via Ultimaker).

  • Atom

    Discontinued :atom: The hackable text editor

  • Eel

    A little Python library for making simple Electron-like HTML/JS GUI apps

    Or have a Look into „eel“. https://github.com/ChrisKnott/Eel

  • fpm

    Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.

  • 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