from functorflow import f
html = '<h1>hello world</h1>'
r = f('html-to-text', html, options={'wordwrap': 130})
print(r) # HELLO WORLD
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)