PyQt MemAid 0.2


Description
Installation
FAQ
Download
Authors and credits


Description:

This is a client for MemAid, a flash card program with a twist, that makes your memorisation process more efficient by using a neural network to optimally schedule your reviews.



Installation:

On Unix, type python setup.py install as root. Run the program by typing pyqt_memaid.
(Make sure you have PyQt installed, as well as SuperKaramba version 0.33 or later. To import XML, PyXML needs to be installed too.)



FAQ:

Q:  How do I import data from a different MemAid client?

A:  If your client supports it, export your data as XML which you can import in PyQt MemAid. Alternatively, use the convert.py script from the util directory, e.g. to combine two old databases into one XML file with different categories:

python convert.py math/elements.txt math items.xml
python convert.py -append bio/elements.txt bio items.xml


Q:  Can I add pictures to questions or anwers?

A:  Sure, you can use ordinary html-syntax for that: <img src="/home/jdoe/.memaid/mona-lisa.jpg">
Be sure to specify the full path, though. You can also use HTML tags to change the colour, formatting and style of your text.



Download:

The latest PyQt MemAid can be found on the MemAid website.



Authors and credits:

PyQt MemAid and the MemAid SuperKaramba widget: Peter Bienstman

Memaid core code: David Calinski

PyQt MemAid and the MemAid SuperKaramba widget are licensed under the GPL.