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 is available for all important platforms.
Installation: To install html2text on your Mac you will have to open a Terminal window, browse to html2text's folder and run the following command from inside that directory (you will need administrator privileges to be able to run it):
sudo python setup.py install
To run it:
cd /build/lib
python html2text.py
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· package properly (tx Michael Jenny, Vincent Fretin)