Python Forum
Visually Impaired using Python
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Visually Impaired using Python
#3
What text-to-speech software are you using? MAC has a really good text-to-speech software built in, Windows does not, JAWS cost money but if I recall from my time working with visually impaired individuals a long time ago JAWS was the go to for windows. I also believe NV is an option: https://www.nvaccess.org/ it's free and open source.

When you say it does not work for Python what are you talking about? The command line interface? The Python Interpreter? Or the IDE you're talking about? As an example, Pycharm doesn't work with screen readers but Notepad++ and Visual Studio by Microsoft should work. Visual Studio has the ability to install python and works really great with it. Visual Studio Code is another software but I don't know if Visual Studio Code (not the same as Visual Code) works with screen readers.

https://code.visualstudio.com/docs/edito...en-readers

With Notepad++ a simple extension for python would be the solution.
Reply


Messages In This Thread
Visually Impaired using Python - by Leeboooo - Nov-01-2017, 04:02 PM
RE: Visually Impaired using Python - by sparkz_alot - Nov-01-2017, 07:36 PM
RE: Visually Impaired using Python - by Leaf - Nov-02-2017, 03:18 AM
RE: Visually Impaired using Python - by Larz60+ - Nov-02-2017, 09:13 AM
RE: Visually Impaired using Python - by paaguti - Dec-06-2020, 10:49 AM
RE: Visually Impaired using Python - by buran - Dec-06-2020, 11:26 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020