A simple Python CLI tool to scan a webpage and detect broken links (404 errors) for better SEO and user experience.
- Accepts a website URL
- Scans all
<a href="">tags on the page - Follows absolute and relative links
- Detects:
- Broken links (404)
- Unreachable links (timeouts, DNS errors)
- CLI-based: Just enter any URL and get results instantly!
git clone https://github.com/Aditi-Rani/Broken-Link-Checker-cd broken-link-checkerpip install -r requirements.txtpython broken_link_checker.pyEnter the URL (include https://):