html2markdown.py3
Python module for converting HTML to Markdown text (Python3 version)
Install
- All systems
-
curl cmd.cat/html2markdown.py3.sh
- Debian
-
apt-get install python3-html2text
- Ubuntu
-
apt-get install python3-html2text
- 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
- Dockerfile
- dockerfile.run/html2markdown.py3
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.