Example Programs

These example programs may be found in the examples directory of your Urwid distribution.

tour.py

../_images/tour1.png ../_images/tour2.png

Show how many of the standard widgets may be arranged on the screen

graph.py

../_images/graph2.png

Demonstrate BarGraph widget and alarms used for animation

edit.py

../_images/edit1.png ../_images/edit2.png

A simple text editor with lazy loading

browse.py

../_images/browse2.png

A lazy directory browser with file selection, tree-view, custom widgets and list walker

subproc.py

../_images/subproc1.png ../_images/subproc2.png

Monitor and display results from a subprocess

palette_test.py

../_images/palette_test2.png

Show available colors in various screen modes

pop_up.py

../_images/pop_up1.png ../_images/pop_up2.png

Create a pop-up/drop-down/window anchored to another widget

bigtext.py

../_images/bigtext2.png ../_images/bigtext3.png

demonstrate the BigText widget