Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

[Enhancement] Add read_all_windows to PySimpleGUIWx

Abierto
#6,597 1 comentario 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
35/100
Tipo de issue
Nueva funcionalidad
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
python
Área
desktop

Línea de trabajo

Comienza localizando la implementación de la ventana y del bucle de eventos de PySimpleGUIWx; después, compara cómo otros ports de PySimpleGUI proporcionan read_all_windows. Se considera terminado cuando PySimpleGUIWx expone read_all_windows y admite un único bucle de dispatch para varias ventanas; verifica el comportamiento con un ejemplo o una prueba adecuada de Wx.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

enhancement Port - Wx
Type of Issue Enhancement

Operating System

Linux, but should be irrelevant.

PySimpleGUI Port (tkinter, Qt, Wx, Web)

Wx


Versions

Version information can be obtained by calling sg.main_get_debug_data()
Or you can print each version shown in ()

Python version (sg.sys.version)

3.10.12

PySimpleGUI Version (sg.__version__)

4.60.5
PySimpleGUIWx version 0.17.1

GUI Version (tkinter (sg.tclversion_detailed), PySide2, WxPython, Remi)

wxPython 4.2.0 gtk3


Your Experience In Months or Years (optional)

Years Python programming experience: 20

Years Programming experience overall: 50

Have used another Python GUI Framework? (tkinter, Qt, etc) (yes/no is fine): Yes, many

Anything else you think would be helpful?


Troubleshooting

These items may solve your problem. Please check those you've done by changing - [ ] to - [X]

  • Searched main docs for your problem www.PySimpleGUI.org
  • Looked for Demo Programs that are similar to your goal. It is recommend you use the Demo Browser! Demos.PySimpleGUI.org
  • None of your GUI code was generated by an AI algorithm like GPT
  • If not tkinter - looked for Demo Programs for specific port
  • For non tkinter - Looked at readme for your specific port if not PySimpleGUI (Qt, WX, Remi)
  • Run your program outside of your debugger (from a command line)
  • Searched through Issues (open and closed) to see if already reported Issues.PySimpleGUI.org
  • Have upgraded to the latest release of PySimpleGUI on PyPI (lastest official version)
  • Tried using the PySimpleGUI.py file on GitHub. Your problem may have already been fixed but not released
Detailed Description

PySimpleGUIiWx does not have the "read_all_windows" method that allows a single dispatch loop to handle multiple windows, and I could not figure out a simple way to simulate it or a simple patch to the code to implement it.

Code To Duplicate

A short program that isolates and demonstrates the problem (Do not paste your massive program, but instead 10-20 lines that clearly show the problem)

This pre-formatted code block is all set for you to paste in your bit of code:


# Paste your code here


Screenshot, Sketch, or Drawing

Watcha Makin?

I'm making a simple CRUD front-end for my invoice database.

Lenguaje dominante
Python
Estrellas
13.8k
Forks
1.8k
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de PySimpleGUI/PySimpleGUI

Todos los issues de PySimpleGUI/PySimpleGUI

Issues similares

Más issues de Python

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.