Does anyone know of a GUI that can be used to run a python script and see the output?

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
  • Gooey

    Turn (almost) any Python command line program into a full GUI application with one line

  • Check out Gooey. It automagically generates a GUI from the argparse CLI.

  • MultiPy

    MultiPy lets you conveniently keep track of your python scripts for personal use or showcase by loading and grouping them into categories. It allows you to either run each script individually or together with just one click.

  • I believe that MultiPy pretty much does what you want. Just pay attention to the requirements.txt.

  • 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.

    WorkOS logo
  • Eel

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

  • You probably got better answers from others already for your use-case, but I've been making an app in PySimpleGUI myself as well. And it's fine, but I've been thinking about trying out https://github.com/python-eel/Eel because I think the web front-end stuff (html, css, js) is so flexible and powerful when it comes to making nice GUI.

  • thonny

    Python IDE for beginners

  • psgtest

    Program made with PySimpleGUI to make testing of apps easier

  • If you want something that's more of a click and run, then try psgtest?

  • quick

    A real QUICK Qt5 based gUI generator for ClicK (by szsdk)

  • I might give this a go https://github.com/szsdk/quick

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