You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
10 years ago | |
---|---|---|
html2plaintext | 10 years ago | |
CHANGELOG | 10 years ago | |
COPYRIGHT | 10 years ago | |
INSTALL | 10 years ago | |
LICENSE | 10 years ago | |
MANIFEST.in | 10 years ago | |
README | 10 years ago | |
setup.py | 10 years ago | |
tests.py | 10 years ago |
README
html2plaintext
=============
Python module to convert HTML to Plain Text.
Nutshell
--------
Here a simple example to convert plain text:
>> from html2plaintext import html2plaintext
>> html = '<h1>Hello World</h1>'
>> html2plaintext(html)