معرفی شرکت ها


accessible_output-0.7.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Library to provide speech and braille output to a variety of different screen readers and other accessibility solutions.
ویژگی مقدار
سیستم عامل -
نام فایل accessible_output-0.7.5
نام accessible_output
نسخه کتابخانه 0.7.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Christopher Toth
ایمیل نویسنده q@qwitter-client.net
آدرس صفحه اصلی http://www.qwitter-client.net
آدرس اینترنتی https://pypi.org/project/accessible_output/
مجوز UNKNOWN
===================================================== 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 .. contents:: ============ 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


نحوه نصب


نصب پکیج whl accessible_output-0.7.5:

    pip install accessible_output-0.7.5.whl


نصب پکیج tar.gz accessible_output-0.7.5:

    pip install accessible_output-0.7.5.tar.gz