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: 05-23-2010 05:08:00 -0400 (Sun, May 23, 2010)
- Web site:
- Copyright:
2010
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
NVDA
System Access and System Access To Go
Microsoft sapi 5 speech
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 Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file accessible_output-0.5.0.zip.
File metadata
- Download URL: accessible_output-0.5.0.zip
- Upload date:
- Size: 163.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce60630122d353e321396716b77d55c761701513433f38caebb44fb29382d055
|
|
| MD5 |
806b96b8fbf54906d81e47eaa77e55d5
|
|
| BLAKE2b-256 |
c800f33264602de6d47c504d92ebbb51dfef66ad0616316fef49c6a613b4aacc
|
File details
Details for the file accessible_output-0.5.0.win32.exe.
File metadata
- Download URL: accessible_output-0.5.0.win32.exe
- Upload date:
- Size: 209.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d13ee46bbaa5518821ea5d9363df815f759cab28140567e0afe8e5068a23371a
|
|
| MD5 |
4a825758229ca6e9f5e5df0af87301d7
|
|
| BLAKE2b-256 |
6607b7bcac5dec826d0d7319bed2ac7b3b41b75b37a4dc2c180debb91968a3f5
|