accessible_output

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

accessible_output Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Christopher Toth
  • Publisher web site:
  • http://www.qwitter-client.net

accessible_output Tags


accessible_output Description

Library to provide speech and braille output to a variety of different screen readers and other accessibility solutions accessible_output is a Python library that 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 UsageUsing accessible output is extremely simple:#!/usr/bin/env pythonfrom accessible_output import speechs = speech.Speaker() #Will load the default speaker.s.output("The message to speak")Speech Outputs * JAWS for Windows * Window Eyes * NVDA * System Access and System Access To Go * Microsoft sapi 5 speechBraille Outputs * JAWS for Windows * Window Eyes * NVDA * System Access and System Access To Go Requirements: · Python


accessible_output Related Software