A simple Python CLI tool to audit all <img> tags on a webpage and detect missing alt attributes — essential for SEO and accessibility.
- Accepts a webpage URL
- Scans all
<img>tags on the page - Identifies images missing
altattributes - Reports missing
alttags with their image source - CLI-based: Paste any URL and get results instantly!
git clone https://github.com/Aditi-Rani/Image-ALT-Tag-Checkercd image-alt-tag-checkerpip install -r requirements.txtpython alt_tag_checker.pyEnter the URL (include https://):