nushoin / html2text

Convert HTML to Markdown-formatted text.

Home Page:http://www.aaronsw.com/2002/html2text/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

html2text

html2text is a Python script that converts a page of HTML into clean, easy-to-read plain ASCII text. Better yet, that ASCII also happens to be valid Markdown (a text-to-HTML format).

Usage: python html2text.py [(filename|url) [encoding]]

Originally written by Aaron Swartz. This code is distributed under the GPLv3.

About

Convert HTML to Markdown-formatted text.

http://www.aaronsw.com/2002/html2text/


Languages

Language:Python 94.9%Language:Shell 5.1%