audio-ui

A library for creating screen reader only user interfaces using Pyglet.


Keywords
development, accessibility, screen, reader, audio, UI
License
MIT
Install
pip install audio-ui==0.1.1

Documentation

Audio UI

A python library for creating accessible screen reader only user interfaces. You can create a window and add various UI elements such as buttons, checkboxs, edit boxes, etc...

A utils package is included which provides various useful tools for building games, or other accessible screen reader only user interfaces, such as a simple audio wrapper for pyglet, a speech util that is a wrapper for accessible_output2, and a key manager for wrapping the keyboard behavior of pyglet.

Installation

Audio_ui is published on pypi, and can be installed using pip:

pip3 install audio_ui

Supported Python Versions

This library has been tested using python 3.8.6, although should work on earlier versions of python 3.8, as well as python 3.9.