Madabar Vocab
=============

Madabar Vocab is a flashcard quiz generator. 
It is useful for learning vocab, or any list 
of items that map to corresponding equivalent items.

Read the online help for more information.

Requirements
------------

- Python >= 2.3

This can be downloaded from http://www.python.org
This comes with most Linux distributions and with Mac OSX.

(Python 2.2 support is in development. See Python 2.2 notes below.)

- PyQt

This either comes with or is available as a package for most Linux 
distributions. It is also available for Max OSX.

Python 2.2 Support
------------------

Python 2.2 support is currently in development. 

Note: You will need to have the sets.py module present in a directory that is
in your PYTHONPATH (e.g. /usr/lib/python2.2/site-packages/).

The sets.py module is available here:
http://cvs.sourceforge.net/viewcvs.py/*checkout*/python/python/dist/src/Lib/sets.py

I have also noticed some problems with unicode filenames, so it still might
not work at the moment.

Installation
------------

No installation is required for Madabar, other than extracting the archive
in the desired destination directory. 

Running
-------

Run Madabar using the following command:

python madabar.py


License
-------

Madabar is released under the GNU General Public License (GPL).

See LICENSE.txt for details.

Author
------

Send comments, suggestions and bug reports to:

Tim Wegener <twegener@madabar.com>

Visit the website for updates, notices and my blog:

http://www.madabar.com
