.. _example-programs: ******************** Example Programs ******************** .. currentmodule:: urwid These example programs may be found in the examples directory of your Urwid distribution. tour.py ------- .. image:: tour1.png :scale: 50% .. image:: tour2.png :scale: 50% Show how many of the standard widgets may be arranged on the screen graph.py -------- .. image:: graph2.png :scale: 50% Demonstrate BarGraph widget and alarms used for animation edit.py ------- .. image:: edit1.png :scale: 50% .. image:: edit2.png :scale: 50% A simple text editor with lazy loading browse.py --------- .. image:: browse2.png :scale: 50% A lazy directory browser with file selection, tree-view, custom widgets and list walker subproc.py ---------- .. image:: subproc1.png :scale: 50% .. image:: subproc2.png :scale: 50% Monitor and display results from a subprocess palette_test.py --------------- .. image:: palette_test2.png :scale: 50% Show available colors in various screen modes pop_up.py --------- .. image:: pop_up1.png :scale: 50% .. image:: pop_up2.png :scale: 50% Create a pop-up/drop-down/window anchored to another widget bigtext.py ---------- .. image:: bigtext2.png :scale: 50% .. image:: bigtext3.png :scale: 50% demonstrate the BigText widget