PyQt MemAid 0.2
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.
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 at http://memaid.sourceforge.net.
Authors and credits
PyQt MemAid: Peter Bienstman (Peter.Bienstman@UGent.be)
Memaid core code: David Calinski
Licensed under the GPL.