[Python-ideas] Accessible tools
Terry Reedy
tjreedy at udel.edu
Wed Feb 18 20:42:05 CET 2015
On 2/18/2015 12:30 PM, Bryan Duarte wrote:
> Here are the tools I have tried already ... Idle ...
> it would be nice to have something like Idle made accessible.
Idle uses tkinter, the interface to the tcl tk gui system. I have read
that tk is not designed for accessibility. There is nothing we can do
about that. If our idlelib code makes matters worse, say with tooltips,
we could try to improve it. But I just do not know if there is anything
we could do.
--
Terry Jan Reedy
More information about the Python-ideas
mailing list