A web application built with Taipy (an open-sourced Python library) to check the accessibility of a web page given its URL.
Setup local development environment on MacOS (following this guide: https://mlh.github.io/Getting-Started-with-Taipy/):
- Download Python 3.8 or newer (check by running
python3 --version) - Download pip (check by running
python3 -m pip --version) - Run
python3 -m pip install taipy
Setup local development environment on Linux (following this guide: https://mlh.github.io/Getting-Started-with-Taipy/):
- Download Python 3.8 or newer (check by running
python3 --version) - Download pip (check by running
python3 -m pip --version) - Run
pip install taipy
- Open terminal and run
python3 main.py - Open up 127.0.0.1:5001 in your browswer to check that the application is running
YouTube tutorials: https://www.youtube.com/@taipy_io
Official docs: https://www.taipy.io/ and https://docs.taipy.io/en/latest/getting_started/
Uses data collected from the WAVE API: https://wave.webaim.org/api/details