Multiplication Flash
Cross-platform flashcard program for
students to memorize multiplication tables.
by Paul Sherman <psherma1@rochester.rr.com>
http://www.pcbypaul.com


I was looking for a simple flashcard program to
help my daughter brush up on her times tables,
and on Linux I could find nothing recent enough 
to compile properly with current tools. Figured 
I could make one myself, and might as well let it 
run on Windows, too.
The simple layout is self-explanitory (the 
kids will figure it out fast enough...) You 
can have them turn off the sound if the noises 
get to you :)


No need for an installer, as this is Python.


FOR WINDOWS:
------------
I distribute binaries for Windows, tested on 98 -> XP.
(So you don't even need Python to run it on Windows.)

Run the program "mFlash.exe"
You can make a shortcut to the viewer easily enough
by holding a right-click and dragging it to your desktop.


FOR LINUX:
----------
Use the source for Linux unless I have a binary for your distro.
(In which case you'd still need Python, but NOT wxGTK or wxPython.)
The program to run from source is "mFlash.py",
for the binary it is "mFlash".


Look for Multiplication Flash on my website:
http://www.pcbypaul.com

If you use the source version you will need to have 
python >= 2.4
wxGTK >= 2.6
wxPython >= 2.6 (called python-wxtools on Ubuntu)
