Example
import pyvibe as pv
page = pv.Page()
page.add_header("Welcome to PyVibe!")
page.add_text("PyVibe is an open source Python library for creating UI components for web apps without the need to write HTML code.")
Welcome to PyVibe!
PyVibe is an open source Python library for creating UI components for web apps without the need to write HTML code.
Examples
Chart
Table