FreeSimpleGUI
FreeSimpleGUI copied to clipboard
The free-forever GUI library
Added indent argument to Json.dump during saving of settings file for cleaner json output and readability.
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/asottile/reorder-python-imports: v3.14.0 → v3.16.0](https://github.com/asottile/reorder-python-imports/compare/v3.14.0...v3.16.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.11.0](https://github.com/psf/black-pre-commit-mirror/compare/25.1.0...25.11.0) - [github.com/pycqa/flake8: 7.1.2 → 7.3.0](https://github.com/pycqa/flake8/compare/7.1.2...7.3.0)
- The echo_stdout_stderr attribute had no effect on the Multiline element when reroute_stdout AND reroute_stderr were True, which is the case for the default Output element. - Everything got redirected...
- added Tree functionality `delete` (fixes PySg [#2514](https://github.com/PySimpleGUI/PySimpleGUI/issues/2514)), repaired `Update` - cleaned up the imports to be uniform and improve code readability - other minor fixes to make `main()` run
Hello everybody, I'm Fabio from Italy. I want to honestly premise I'm not so experienced with the Python matter but I feel that FreeSimpleGUI is a great thing. For a...
Don't know whether this is properly a bug or an enhancement request. My code relies on a graph element that I draw an image onto (so that I can then...
## Type of Issue (Enhancement, Error, Bug, Question) Question ---------------------------------------- ## Environment #### Operating System Linux version ('glibc', '2.35') #### PySimpleGUI Port (tkinter, Qt, Wx, Web) tkinter ---------------------------------------- ## Versions...
Any chance for a static Github pages demo page with Pyscript and FreeSimpleGUIWeb? It would greatly expand the exposure.
Windows 10 FreeSimpleGUI / PySimpleGUI The issue is with the sg.Spin element when holding down either up or down arrows buttons continuously. When you release the mouse button or ,...
I have problem , with last version , not work same codice work like on pysimplegui . ``` import FreeSimpleGUI as sg # Definindo a layout da calculadora layout =...