ALBOW - A Little Bit of Widgetry for PyGame
-------------------------------------------
Version 1.1
This is a rather basic, no-frills widget set for creating a GUI using
PyGame. It has been developed over the course of my last three
PyWeek competition 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.
The Bitstream Vera fonts in the Resources/fonts directory are covered
by their own (very liberal) license, a copy of which is included in
that directory.
Author
------
Gregory Ewing
greg.ewing@canterbury.ac.nz