Skip to main content

This module makes it possible for accessibility (a11y) clients (e.g., audible readers, magnifiers, etc.) to get accessibility data (name, description, role, actions, etc.) from the Tk widgets of Python applications that use Tkinter. It also allows automated GUI application testers that use the accessibility interface (such as dogtail, LDTP, and Accerciser) to control the Tk widgets of these applications.

Currently, accessibility is only available via ATK <=> AT-SPI on Linux. Sorry, no Windows MSAA support.

Usage

Import Tka11y using the two commonly employed methods for importing Tkinter:

import Tka11y as Tkinter

or

from Tka11y import *

In the first case, use Tkinter. to access Tkinter definitions. In the second case, the Tkinter definitions are in the global scope as expected. In either case, use Tkinter definitions as you would have done before; Tka11y does not change the Tkinter API in any way.

Details

This module modifies the original Tkinter module in memory, making all Tk widgets accessibility-aware.

Note that, because it modifies the original Tkinter module (in memory), other modules that use Tkinter (e.g., Pmw) reap the benefits automagically as long as Tka11y is imported at some point before the first Tk object is created.

Tka11y uses Papi, the Python Accessibility Programming Interface, which in turn uses ATK, the GNOME Accessibility Toolkit, to expose Tkinter widgets to AT-SPI, the Assistive Technologies Service Provider Interface. This allows a Tkinter application’s widgets to be viewed and/or controlled by a variety of assistive technologies such as Orca and Accerciser, and automated GUI testing tools such as dogtail and LDTP. These client tools usually use either cspi (C) or pyatspi (Python).

Release files for Tka11y 0.1.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for Tka11y 0.1.1
File Size Uploaded
Tka11y-0.1.1.tar.gz 27.1 kB Details

Release files / Tka11y-0.1.1.tar.gz

Download URL Tka11y-0.1.1.tar.gz
Size 27.1 kB
Tags Source
SHA-256 checksum
How to use checksums
4499e061635698200849672b01cec85abbafd44bfac6606bd939bec8c97e56e8
BLAKE2b-256 checksum
How to use checksums
71de205711d5da0f1000dd05962d1fae496c73f1a15ed9658a1365b31bf18f9e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.1.1 This release

1 release file

0.1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page