Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 1.82 KB

File metadata and controls

41 lines (35 loc) · 1.82 KB

UI

GitHub Repos

Script Name Description
PackUI Package a .py script and its .pyui file into a self-extracting bundle
Task-List Create, read, update, and delete task lists
ui-tutorial UI Tutorial gives you a running start in using the ui module
uicomponents Various specialized ui components

GitHub Gists

Script Name Description
Nav view example An example on how to use the nav view
proplistener Observe changes in ui properties, and take action
zoomview Pinch zoomable window example
tabbedview View with tabs that switch subview
touchdispatcher Intercept touch events before sending to subviews

Custom Modules

Script Name Description
Hydrogen A lightweight GUI framework for Pythonista that requires HydrogenLayouts and HydrogenDemo