techtanic / Discounted-Udemy-Course-Enroller

A script/software for automatically enrolling/joining 100% discounted Udemy courses for free. Get Paid Udemy courses for free with just a few clicks.
https://duce.techtanic.space
MIT License
806 stars 234 forks source link

not support accessibility with screen readers #147

Open MesterPerfect opened 1 year ago

MesterPerfect commented 1 year ago

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.

techtanic commented 3 months ago

Hello, I am sorry that the current GUI solution is causing inconvenience. I am looking into changing the GUI Framework for multiple reasons. Now with PySimpleGUI requires a key to use so, I will try and improve the GUI and with a different Framework

MesterPerfect commented 3 months ago

Hello, I am sorry that the current GUI solution is causing inconvenience. I am looking into changing the GUI Framework for multiple reasons. Now with PySimpleGUI requires a key to use so, I will try and improve the GUI and with a different Framework

Thank you for addressing the GUI issues. Regarding your consideration of changing the GUI framework, you might find PyQt6 suitable for your needs. PyQt6 does not require any fees and provides robust support for screen readers. This framework could potentially offer the improvements you are looking for while maintaining accessibility features.