PySimpleGUI 4 will be sunsetted in Q2 2024

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

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
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
  • 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.

  • Their old CONTRIBUTING file <https://github.com/PySimpleGUI/PySimpleGUI/blob/1fa911cafee6...> said:

    > Pull requests are not being accepted for the project. This includes sending code changes via other means than "pull requests". Plainly put, code you send will not be used.

    > I don't mean to be ugly. This isn't personal. Heck, I don't know "you",the reader personally. It's not about ego. It's complicated. The result is that it allows me to dedicate my life to this project. It's what's required, for whatever reason, for me to do this. That's the best explanation I have. I love and respect the users of this work.

    It's obvious in hindsight that those reasons were a bald-faced lie, and the real reason was exactly that he could legally do this rug pull.

  • Sun-Valley-ttk-theme

    A gorgeous theme for Tkinter/ttk, based on the Sun Valley visual style ✨

  • Welp, I have been messing around with a small project using PySimpleGUI using Deepseek to help me learn it. I found a cool project that has a very nice theme for 'ttk' widgets[0] which are supported in PySimpleGUI. Not sure how to proceed... I guess I will use the uncertainty to explore some of these 100% pure python web dev for shits and grins[1].

    [0]https://github.com/rdbende/Sun-Valley-ttk-theme

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • FastUI

    Build better UIs faster.

  • CPython

    The Python programming language

  • You missed that they gave an example that does work—Java Swing is bundled with the JVM, making it more or less part of the standard library. Python itself also has Tkinter, which exists inside the cpython repo and is installed with Python [0].

    C++ may not work, but most other languages (especially VM-based) can and many do.

    [0] https://github.com/python/cpython/blob/3.12/Lib/tkinter/__in...

  • PyAutoGUI

    A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.

  • PySimpleGUI-4-foss

    Mirror of the last GPL version of PySimpleGUI repository

  • Thanks to you and @molticrystal I've made a mirror just in case. Didn't mention your names in the README as I weren't sure if you wanted to be mentioned or not.

    https://github.com/andor-pierdelacabeza/PySimpleGUI-4-foss

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

  • Can I run a python file, located in someone else's repository, through cmd?

    1 project | /r/github | 9 Aug 2023
  • Need help with Tkinter opening up 2 windows when only 1 is expected

    1 project | /r/learnpython | 30 Jun 2023
  • GUI's for a Desktop App in Python: Kivy, Pyside or TKinter?

    11 projects | /r/learnpython | 18 Jun 2023
  • I want to create a button similar the Word paperclip or the button that Grammarly has.

    1 project | /r/learnprogramming | 19 May 2023
  • What are some useful and underrated built in python modules?

    1 project | /r/learnpython | 2 Apr 2023