PyFlow
PySimpleGUI

PyFlow | PySimpleGUI | |
---|---|---|
8 | 50 | |
2,639 | 13,542 | |
1.8% | 0.3% | |
5.1 | 8.6 | |
19 days ago | about 1 month ago | |
Python | Python | |
Apache License 2.0 | proprietary |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
PyFlow
-
Could you suggest a python library I can use to plot directed graphs?
PyFlow perhaps?
-
Looking for specific GUI framework
Haven't found any projects (PyFlow seems nice but seems to not be actively maintained, and since it's a long term project picking that up feels too risky). Anyone has some cool ideas?
- PyFlow – Visual scripting framework for Python – NodeRED alternative?
-
Hacker News top posts: Jan 16, 2022
PyFlow – Visual scripting framework for Python – NodeRED alternative?\ (5 comments)
-
A tool similar to simulink for python?
If he’s more just after visual programming rather than modelling dynamical systems, I believe PyFlow is the main option nowadays (although it hasn’t been updated in a while now).
PySimpleGUI
-
PySimpleGUI VS FreeSimpleGUI - a user suggested alternative
2 projects | 5 Jul 2024
-
Shoes makes building little graphical programs for Mac, Windows, Linux simple
Just a heads up: PySimpleGUI 5 isn't open source any more [0], and the official GitHub repo was replaced with a stub [1]. From the blog post, it sounds like the people behind it will probably remove the FOSS version from PyPI soon.
It's possible the community will fork it with a version of PySimpleGUI 4 that's still kicking around, but I haven't seen one yet.
[0] https://news.ycombinator.com/item?id=39369353
[1] https://github.com/PySimpleGUI/PySimpleGUI
-
PySimpleGUI 4 will be sunsetted in Q2 2024
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.
-
PysimpleGUI
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
-
Advice on best way to build the following windows application?
The psutil package makes getting a list of running programs not very difficult. There's an example demo program that polls once a second and displays the top process using CPU time. You could use it as a starting point perhaps.
-
NiceGUI – easy-to-use, Python-based UI framework
How does it compare with remi? https://github.com/rawpython/remi
Looking at the examples, for quick UIs, REMI seems simpler. And PySimpleGUI (https://github.com/PySimpleGUI/PySimpleGUI) offers REMI as a backend to deploy on web too (PySimpleGUI is pretty simple to learn).
-
I made a simple random password generator
Random Password Generator (what an orginal name!) or RPG for short is a simple password generator that uses PySimpleGUI GUI framework, in order to have a user-friendly interface and also because i wanted to have fun.
- How to make progress bar work using PySimpleGUI?
- When to switch languages for a project
What are some alternatives?
Ryven - Flow-based visual scripting for Python
kivy - Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS
PDM - A modern Python package and dependency manager supporting the latest PEP standards
EasyGUI - easygui for Python
imgui-node-editor - Node Editor built using Dear ImGui
DearPyGui - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies
Poetry - Python packaging and dependency management made easy
nicegui - Create web-based user interfaces with Python. The nice way.
simupy - A framework for modeling and simulating dynamical systems
streamlit - Streamlit — A faster way to build and share data apps.
dephell - :package: :fire: Python project management. Manage packages: convert between formats, lock, install, resolve, isolate, test, build graph, show outdated, audit. Manage venvs, build package, bump version.
wxPython - **Not** “Discontinued”: Per https://wxpython.org/ 4.2.2 Released 2024-09-11 This is a large, active, top-tier GUI-kit for Python (one of the top three).
