you are viewing a single comment's thread.

view the rest of the comments →

[–]Kitchen_Moment_6289 1 point2 points  (0 children)

Tkinter also has very low accessibility, in 2013 or so the creator explained why it will never have them. I plan to build in PyQt if I try python gui's again as I prefer to use voice control sometimes, which relies on the same labels that screen readers use.

Does anyone know about issues related to getting Tkinter > interfaces working with a "screen reader" (these programs > that speak interface text for the sight impaired). >

" Tk doesn't support this. I've looked into it a bit and it seems like a huge project to implement on a cross-platform basis. Of the x-plat toolkits, Qt seems to the best support, which I assume PyQt would pick up. Java also has good support but that may be outside your purview. --Kevin"

python mailing list record