SyntaxFix
Write A Post
Hire A Developer
Questions
You can use html2text method in the stripogram library also.
from stripogram import html2text text = html2text(your_html_string)
To install stripogram run sudo easy_install stripogram