skip to navigation
skip to content

accessible_output 0.7.5

Library to provide speech and braille output to a variety of different screen readers and other accessibility solutions.

Downloads ↓

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:http://www.qwitter-client.net/
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
 
File Type Py Version Uploaded on Size # downloads
accessible_output-0.7.5-py2.7.egg (md5) Python Egg 2.7 2011-06-27 272KB 475
accessible_output-0.7.5.win32.exe (md5) MS Windows installer any 2011-06-27 422KB 202
accessible_output-0.7.5.zip (md5) Source 2011-06-27 38KB 318