A curated list of awesome resources, tools, and tips to improve web accessibility.
-
Updated
Jun 26, 2025 - Python
(Web) Accessibility or eAccessibility (often abbreviated to A11y — this is a numeronym, where the “11” stands for the 11 letters between the first letter “a” and the last letter “y”) is the practice of building inclusive spaces for different people, either by supporting the use of assistive technology (ALT text, ARIA HTML attributes, etc.) or by designing things with multiple ways to access them (color coding + text labels + icons, captions + sign language interpreter), keeping in mind different forms of impairments, disabilities, and difficulties—both temporary and permanent—, users of these space could face and might struggle with while using the space, which include:
<ul>
<li>color blindness/color vision deficiency</li>
<li>blindness/low vision/poor eyesight</li>
</ul>
<ul>
<li>tremors</li>
<li>loss of fine muscle control,</li>
</ul>
<ul>
<li>people who are hard of hearing</li>
<li>deafness</li>
</ul>
<ul>
<li>developmental disabilities</li>
<li>learning difficulties (dyslexia, dyscalculia, etc.)</li>
<li>cognitive disabilities (PTSD, Alzheimer’s)</li>
</ul>
A curated list of awesome resources, tools, and tips to improve web accessibility.
CAASES is a web crawler for extracting website accessibility information using ASES. It provides metrics like URL, title, HTML file size, and eMAG-based error/warning summaries across markup, behavior, content, design, multimedia, and forms.
Assistive Mouse Control Through Face Detection
Web Adjuster + Annotator Generator
Low-vision stylesheet generator
CentraleSupélec/OpenClassrooms Data Scientist 2024-2025 - Projet 8 (Streamlit dashboard seul)
AltTextGenerator is a Python-based tool leveraging the BLIP-2 model to generate meaningful alt text for images. It processes images from a folder, generates accurate alt text, and renames the images, aiding developers, content creators, and accessibility professionals.
Web application for a forum website with accessibility