summaryrefslogtreecommitdiffstats
path: root/python/html2text/README
blob: 927db5fb6d6e6e739084325617b85829d237c37c (plain)
html2text (turn HTML into equivalent Markdown-structured text)

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).

html2text can be used as a standalone program ("html2text --help" for
usage) or as a Python library (import html2text).