.. _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
.. image:: tour2.png

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


graph.py
--------

.. image:: graph2.png

Demonstrate BarGraph widget and alarms used for animation


edit.py
-------

.. image:: edit1.png
.. image:: edit2.png

A simple text editor with lazy loading


browse.py
---------

.. image:: browse2.png

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


subproc.py
----------

.. image:: subproc1.png
.. image:: subproc2.png

Monitor and display results from a subprocess


palette_test.py
---------------

.. image:: palette_test2.png

Show available colors in various screen modes


pop_up.py
---------

.. image:: pop_up1.png
.. image:: pop_up2.png

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


bigtext.py
----------

.. image:: bigtext2.png
.. image:: bigtext3.png

demonstrate the BigText widget
