PyVibe

logo

Easily create styled web pages with Python

Learn more

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

Pycob Logo PyVibe

Easily create styled web pages with Python