Skip to content

textcortex/MacAccessibilty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mac Accessbility API Handler

This project is designed to enable communication between the Mac Accessibility API and other software applications. This communication is facilitated by the use of APIs, allowing for the exchange of data between applications and the Mac Accessibility API. This exchange of data will enable users to access the full range of accessibility features available on Mac systems, such as voice recognition, text-to-speech, and the ability to interact with applications using only keyboard or mouse commands. By providing greater access to accessibility features, this project will help Mac users to better utilize their systems and make computing more accessible to all.

Usage

Installation

Putting the software to use requires set-up beforehand; namely, installation.

python setup.py bdist_wheel
cd dist
pip install *.whl

Example

from textCortex.mac_accessible import MacAccessbility

def call_back(notification,data):
    print(notification)
    print(data)


macAccessbility=MacAccessbility(call_back)
macAccessbility.start()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages