html2plaintext ============= Python module to convert HTML to Plain Text. Nutshell -------- Here a simple example to convert plain text: >> from html2plaintext import html2plaintext >> html = '

Hello World

' >> html2plaintext(html)