PysimpleGUI

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • PySimpleGUI

    Python GUIs for Humans! PySimpleGUI is the top-rated Python application development environment. Launched in 2018 and actively developed, maintained, and supported in 2024. Transforms tkinter, Qt, WxPython, and Remi into a simple, intuitive, and fun experience for both hobbyists and expert users.

  • From https://github.com/PySimpleGUI/PySimpleGUI/issues/142

    > 2023 is going to be the "Make or Break" year. I ultimately need to determine if the project is going to continue. To date, it's nowhere near sustainable. The income doesn't cover the cost of the project, meaning that it's not only unable to allow me to pay for my cost of living, but I continue to rack up debt, borrowing money, to keep the project functional.

    > This isn't new information if you've followed the over 1,200 announcements I've made since Sept 2018. The data is available should you wish to look at the GitHub Sponsorships and do the simple math required to calculate income from Udemy. It would be great for the project to keep going. I'm hopeful, but more than hope's required to keep the project going.

    So if you like this project and want to see it around in the future, please support it.

    Github sponsors is probably the best place: https://github.com/sponsors/PySimpleGUI

  • finstem

    Simple Finnish stem word finder

  • I'm considering taking a tool I have which has a pretty nicely fleshed-out CLI interface and wrapping a GUI around it, so people who don't run desktop Linux can use it too. This seems like it might be perfect for my needs.

    https://github.com/hiAndrewQuinn/finstem

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

    InfluxDB logo
  • Gooey

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

  • This might be of interest to you:

    > Gooey - Turn (almost) any Python 3 Console Program into a GUI application with one line

    https://github.com/chriskiehl/Gooey

  • textual

    The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.

  • Textual[0] does this for CLI apps. That’s not for full GUI apps, but it’s very DOM-like, uses CSS selectors, etc. and a cool option when it meets your needs.

    [0] https://github.com/Textualize/textual

  • DearPyGui

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

  • For native GUI, DearPyGui[0] as modern as you can.

    For browser web-based GUI, you can use nicegui[1]

    [0] -- https://github.com/hoffstadt/DearPyGui

    [1] -- https://github.com/zauberzeug/nicegui

  • nicegui

    Create web-based user interfaces with Python. The nice way.

  • For native GUI, DearPyGui[0] as modern as you can.

    For browser web-based GUI, you can use nicegui[1]

    [0] -- https://github.com/hoffstadt/DearPyGui

    [1] -- https://github.com/zauberzeug/nicegui

  • implot

    Immediate Mode Plotting

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • jira

    simple jira command line client in Go

  • It seems that Jira is so unbearably universally slow that lots of people tries to interact with it via some custom made tool.

    A friend of mine told that one of his jobs he developed simple internal Qt client to perform basic tasks in Jira.

    And when I was required to track my tasks in Jira I created a bunch of custom console scripts make all changes via https://github.com/go-jira/jira .

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

  • Need help with text alignment

    2 projects | /r/DearPyGui | 29 May 2023
  • Which GUI module is better in Python? tkinter or PyQt or kivy?

    7 projects | /r/Python | 26 Mar 2023
  • Dynamic plot

    2 projects | /r/DearPyGui | 23 Mar 2023
  • Segfault when running on MacOS when refreshing static textures

    1 project | /r/DearPyGui | 21 Mar 2023
  • What to look for in a GUI?

    1 project | /r/learnpython | 20 Mar 2023