FrameRecorder
PySimpleGUI
Our great sponsors
FrameRecorder | PySimpleGUI | |
---|---|---|
1 | 38 | |
45 | 11,173 | |
- | - | |
1.1 | 9.7 | |
over 1 year ago | 1 day ago | |
Python | Python | |
MIT License | GNU Lesser General Public License v3.0 only |
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.
FrameRecorder
PySimpleGUI
-
PySimpleGUI: How to use slider to change variable and plot with matplotlib?
Another approach when the data is easy to graph is to use the Graph Element to create a graph. A Demo Program shows how to make something like this.
Hey, sorry for the separate comment, just wanted you to get the notification. I actually found a way to make it even more fluid and use waaay less memory with no memory leak by following this example. Here is the code:
-
What is the easiest way to create a GUI using python ??
As u/SanjaESC explained, your task is blocking the GUI from updating, thus freezing it until the task has completed executing. You’ll want to take advantage of the threading module to work around this. The PySimpleGUI GitHub repository has a simple demo program showing how to do this! I imagine you could implement the same thing with Tkinter!
-
Best GUI to pick?
I would stick with pySimpleGui until you find a requirement that it can't fulfill. At least skinning should be possible, see for example https://github.com/PySimpleGUI/PySimpleGUI/issues/3412 with loads of examples.
-
I would like to create a windows "app" or executable.
You'll find numerous examples of how to embed a Matplotlib plot into your PySimpleGUI window in the Demo Programs.
-
Learning Python tricks by reading other people's code. But who?
Yeah, totally
-
embedding pygame 2.1.2 window inside Tkinter (using PySimpleGUI)
I could sucessfully embed a pygame window inside my tkinter app using pygame version 1.9.6, following this example: https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_PyGame_Integration.py
- Pglet – Web UI framework for back end developers
-
Hacker News top posts: Sep 21, 2021
Python GUIs for Humans – Transforms UI into People-Friendly Pythonic Interfaces\ (34 comments)
-
Python GUIs for Humans – Transforms UI into People-Friendly Pythonic Interfaces
Does this kind of app distribute easily? As in, can I package up the runtime and the app into a single exe? I see this, but does someone have experience to share? https://github.com/PySimpleGUI/PySimpleGUI
What are some alternatives?
kivy - Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS
DearPyGui - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies
CustomTkinter - A modern and customizable python UI-library based on Tkinter
Tkinter-Designer - An easy and fast way to create a Python GUI 🐍
wxPython
pywebview - Build GUI for your Python program with JavaScript, HTML, and CSS
EasyGUI - easygui for Python
streamlit - Streamlit — The fastest way to build data apps in Python
Flexx - Write desktop and web apps in pure Python
Azure-ttk-theme - A stunning modern theme for ttk inspired by Fluent Design 💠
Eel - A little Python library for making simple Electron-like HTML/JS GUI apps [Moved to: https://github.com/ChrisKnott/Eel]
ttkbootstrap - A supercharged theme extension for tkinter that enables on-demand modern flat style themes inspired by Bootstrap.