SaaSHub helps you find the best software and product alternatives Learn more →
PySimpleGUI Alternatives
Similar projects and alternatives to PySimpleGUI
-
DearPyGui
Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies
-
kivy
Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
CustomTkinter
A modern and customizable python UI-library based on Tkinter
-
pywebview
Build GUI for your Python program with JavaScript, HTML, and CSS
-
Gooey
Turn (almost) any Python command line program into a full GUI application with one line
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
pytudes
Python programs, usually short, of considerable difficulty, to perfect particular skills.
-
-
Azure-ttk-theme
A stunning modern theme for ttk inspired by Fluent Design 💠
-
GUIYoutube-dl
A cross platform GUI for youtube-dl written entirely in python using the WX library.
-
ttkbootstrap
A supercharged theme extension for tkinter that enables on-demand modern flat style themes inspired by Bootstrap.
-
-
-
pencil
The Pencil Project's unique mission is to build a free and opensource tool for making diagrams and GUI prototyping that everyone can use.
-
-
-
pyglet
pyglet is a cross-platform windowing and multimedia library for Python, for developing games and other visually rich applications.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
PySimpleGUI reviews and mentions
-
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.
-
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
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0f9b7858c8>
www.saashub.com | 4 Dec 2023
Stats
PySimpleGUI/PySimpleGUI is an open source project licensed under GNU Lesser General Public License v3.0 only which is an OSI approved license.
The primary programming language of PySimpleGUI is Python.