Skip to content

Instantly share code, notes, and snippets.

@dps
Created March 21, 2013 02:30
Show Gist options
  • Save dps/5210265 to your computer and use it in GitHub Desktop.
Save dps/5210265 to your computer and use it in GitHub Desktop.
from piui import PiUi
ui = PiUi()
page = ui.new_ui_page(title="Hello")
title = page.add_textbox("Hello, world!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment