-
Notifications
You must be signed in to change notification settings - Fork 277
Description
Is your feature request related to a problem? Please describe.
I cannot use DUCE-GUI-windows.exe with screen readers NVDA JAWS and Narrator.
The GUI is built using the PySimpleGUI library and this library does not provide any accessibility support.
Therefore, it is impossible to use the programs designed with it with screen readers for blind users
Describe the solution you'd like
If possible, it is preferable to use PyQT or Wxpython to build the GUI
Because they are the most accessible support with screen readers
Describe alternatives you've considered
GUI design using pyqt5, pyqt6, or wxpython because only these desks provide good accessibility support with screen readers
Additional context
Add any other context or screenshots about the feature request here.