Skip to content

shankar1593/accessible_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Accessible Tools

Open-source tools built for blind and low-vision users — designed to be fully usable with screen readers and keyboard navigation.

License: MIT WCAG 2.1 AA

Quick start

All projects in this repository share a single virtual environment at the repository root:

# Windows (PowerShell)
python -m venv .venv
.\.venv\Scripts\Activate.ps1

# macOS / Linux
python3 -m venv .venv
source .venv/bin/activate

Always activate .venv before running any project or its tests.

Projects

A screen-reader-first, web-based replica of the Texas Instruments BA II Plus financial calculator for CFA, FRM and other competitive finance exam preparation.

  • 12 BA II Plus worksheets (TVM, Amortization, Cash Flow, Bond, Depreciation, Statistics and more)
  • WCAG 2.1 AA + WAI-ARIA 1.1 compliant
  • Built with Dash 4 and pure Python

Contributing

Contributions are welcome — especially from screen reader users and accessibility advocates. See the contributing guide for details.

License

MIT

About

Accessible tools for blind and low-vision users — starting with a screen-reader-first BA II Plus financial calculator for CFA, FRM and other competitive finance exams.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors