A web-based WCAG accessibility auditor using axe-core via Playwright.
- Automated WCAG violation detection (~50-60% coverage)
- Basic auto-fixes (lang attribute, alt texts)
- Generates a detailed PDF report
- Deployed easily on Render.com
pip install -r requirements.txt
playwright install chromium
python app.py