{% extends "layout/landing.html" %} {%- block htmltitle %} Moho {%- endblock %} {% block body %}

Moho

Moho is an open-source Python framework for Rich Internet Applications. Write the UI in Python or .mh files — HTML and JavaScript are not required for typical apps. If you know Kivy, the model is familiar: an App, a widget tree, and a layout language. The runtime is a Tornado server with Bootstrap in the browser.

2D (SVG) and 3D (X3DOM) graphics, plus Matplotlib and Plotly, make Moho a good fit for scientific and instrumental applications.

First application » Installation » Showcase gallery »

Run the full widget tour locally with moho-showcase. Every screen is in the showcase gallery.

Buttons and toolbars
Buttons and toolbars
Text inputs
Inputs
Code input
Code input
Cards
Cards
Matplotlib
Matplotlib
Plotly
Plotly
SVG graphics
SVG graphics
X3D graphics
X3D graphics
{% endblock %}