html2text-3.7

Python module for converting HTML to Markdown text (Python3 version)

Install

All systems
curl cmd.cat/html2text-3.7.sh
Debian Debian
apt-get install python3-html2text
Ubuntu
apt-get install python3-html2text
image/svg+xml Kali Linux
apt-get install python3-html2text
Fedora
dnf install python3-html2text
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-html2text
Raspbian
apt-get install python3-html2text

python3-html2text

Python module for converting HTML to Markdown text (Python3 version)

html2text is a Python module 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). This package contains the Python 3 version of the library, and a script, html2markdown.