DEV Community

Samandar Ravshanov
Samandar Ravshanov

Posted on

๐Ÿ“ฆ Parses HTML and returns beautiful text

from functorflow import f

html = '<h1>hello world</h1>'
r = f('html-to-text', html, options={'wordwrap': 130})
print(r) # HELLO WORLD
Enter fullscreen mode Exit fullscreen mode

Stop wasting time installing and configuring Python libraries. Use them right away. ๐Ÿ“ฆFunctorFlow instantly auto-install and auto-config them for you.

Top comments (0)