Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 731 Bytes

File metadata and controls

30 lines (19 loc) · 731 Bytes

url-to-html

url-to-html is a simple command-line tool that fetches HTML content from any website and optionally saves it to a file. It respects robots.txt to ensure responsible scraping.


Features

  • Fetch HTML from any valid URL
  • Checks robots.txt before fetching
  • Save HTML to a file (default: output.html)
  • Interactive, user-friendly CLI with colored output

Installation

You can install it using pipx directly from GitHub:

pipx install git+https://github.com/Gdev45/URL-to-html.git

Run

url-to-html
Screenshot from 2026-04-01 12-04-26