ALBOW - A Little Bit of Widgetry for PyGame
-------------------------------------------

Version 1.0

This is a very basic, no-frills widget set for creating a GUI using
PyGame. It was developed to serve the needs of one particular game (my
PyWeek 3 competition entry, Sneak) and so far has not been extensively
tested outside that environment. I am documenting and releasing it as
a separate package so that others may benefit from it, and so that it
will be permissible for use in future PyGame entries.

Contents
--------

albow       Package containing the Python modules. Put it
            on your PYTHONPATH or in the top level directory
            of your PyGame application.
            
demo.py     A demonstration of most of Albow's functionality.
            Run it using
            
                 pythonw albow.py

doc         Documentation in html format. Start with index.html.

resources   Some resources used by demo.py. Also contains some
            default fonts (Vera.ttf and VeraBd.ttf) that you can
            use in your applications if you wish.

License
-------

This is free software. You may use it, redistribute it and
create and distribute derivative works from it without restriction.

Author
------

Gregory Ewing
greg.ewing@canterbury.ac.nz
