A Parser that Makes Python Code More Accessible
PyReader is a Visual Studio Code Extension that specializes in increasing accessibility for Blind and Visually Impaired programmers using Python. The extension parses Python files for custom declarations, and formats the result as a screen-reader accessible HTML file for simple navigation and code comprehension. Each line of the HTML output also functions as a link, allowing users to return to a desired line in the original working file.
It was created as a Capstone project by Texas A&M University seniors Aimee Martello, Bryanth Lopez, Colton Downey, and Yijin Fang, team name Data Pirates, © 2022. This extension is open source and free for use.