Open-source tools built for blind and low-vision users — designed to be fully usable with screen readers and keyboard navigation.
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/activateAlways activate .venv before running any project or its tests.
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
Contributions are welcome — especially from screen reader users and accessibility advocates. See the contributing guide for details.