Library to provide speech and braille output to a variety of different screen readers and other accessibility solutions.
Project description
The accessible_output library
- Author:
Christopher Toth <Q@Qwitter-Client.net>
- Date:
$Date: 06-27-2011 02:00:00 -0400 (Mon, Jun 27, 2011)
- Web site:
- Copyright:
2011
Introduction
Accessible Output provides a standard way for developers to output text in either speech or braille using a preinstalled screen reader. Using accessible_output makes creating self-voicing applications extremely easy.
Basic Usage
Using accessible output is extremely simple:
#!/usr/bin/env python from accessible_output import speech s = speech.Speaker() #Will load the default speaker. s.output("The message to speak")
Speech Outputs
JAWS for Windows
Window Eyes
Dolphin Screen Readers newer than v11.
NVDA 2010.1 or newer
System Access and System Access To Go
Microsoft sapi 5 speech
Speech Dispatcher
Apple VoiceOver
Braille Outputs
JAWS for Windows
Window Eyes
NVDA
System Access and System Access To Go
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for accessible_output-0.7.5.win32.exe
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2d2509ee78299d08fb455dd4e9d855778dedda0d70e865033f130c413ea8bea |
|
MD5 | 9a1ff1582ce79ae96461852055313778 |
|
BLAKE2b-256 | 8bba9547deab7c117b167439a697a83310757437bb92e40ee6d288551a722bd7 |
Hashes for accessible_output-0.7.5-py2.7.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6223c91afd4b7d85a9b61ec0669f08059c9acb7bcc9f691f9fca1a0abf97a124 |
|
MD5 | e260d8db2214e594039c30bede1e90dc |
|
BLAKE2b-256 | 0e03fa484c70c93f428a01e75919d95e7b28018b41e65fd52ae6176941e1d09e |