FreeSimpleGUI
FreeSimpleGUI copied to clipboard
The free-forever GUI library
I'm on Manjaro XFCE Linux, today I updated my Python envs and my scripts stopped working so to investigate I picked the "hello" example: ```python import FreeSimpleGUI as sg #...
As it says, setting the following still does show the FreeSimpleGUI error window, preventing handling KeyErrors from program. ``` sg.set_options( suppress_raise_key_errors=True, suppress_error_popups=True, suppress_key_guessing=True, ) ```
System tray is a great module for the gui package. Don't know why psgtray is a seperate package for pysimplegui to support pystray. Maybe due to the GPL license in...
I'm having trouble with using tabs or the "visible" property of frames within a column that has scrolling enabled. I'm trying to create a layout that fits vertically on the...
Start working on #76
This syncs the amount of demo prpjects that is mentioned with the paragraph above it. https://github.com/spyoungtech/FreeSimpleGui?tab=readme-ov-file#jump-start-get-the-demo-programs--demo-browser-
This allows to customize all "lazy button functions", eg FileBrowse, just like any button. Example, changing FileBrowse button to be an image instead of a button: ``` sg.FilesBrowse( "", target="--ADD-PATHS-FILE--",...
Allows to delete treedata entries by key. I'm monkeypatching this in FSG for ages, it would be nice to see it merged.
I'm writing Python code using "FreeSimpleGUI 5.2.0.post1" uploaded to the PyPI site. To create two combo boxes in a window, and dynamically change the contents of the lists in one...
See below. ‐---------------- python Python 3.12.11 (main, Aug 26 2025, 14:03:05) [Clang 19.0.1 (https://android.googlesource.com/toolchain/llvm-project 97a699bf4 on linux Type "help", "copyright", "credits" or "license" for more information. >>> **import FreeSimpleGUIWeb** Traceback...