Skip to content

accessibleapps/html_stripper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

html_stripper: Strip html down to text in various ways.

html_stripper is a simple Python module to strip HTML down to plain text. In addition, it also parses HTML entities propperly. For example, "'" would become "'".

>>> import html_stripper
>>>
>>> html = "<h1>This is a test</h1><p>Of the emergency broadcast system.</p>"
>>> text = html_stripper.extract_text(html)
>>> print(text)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages