Anki is a smart spaced repetition flashcard program
Find a file
2009-01-21 02:11:11 +09:00
ankiqt limit max minute limit 2009-01-21 02:11:11 +09:00
designer type in the answer limits to a single field now 2009-01-21 01:22:17 +09:00
icons add learn ahead / review early, fix modelchooser, update icons 2009-01-15 02:56:37 +09:00
mac mac build scripts, report lame requirement on osx, fix model config button 2009-01-18 03:02:36 +09:00
tools make forms dir if not existing 2008-09-29 02:11:32 +09:00
.gitignore don't ignore build files 2009-01-09 10:23:00 +09:00
anki initial commit from hg 2008-09-28 00:00:49 +09:00
anki.bat initial commit from hg 2008-09-28 00:00:49 +09:00
anki.desktop fixed the .desktop file (trailing semicolon missing) 2009-01-10 23:17:21 +09:00
ankiqtmac.py initial commit from hg 2008-09-28 00:00:49 +09:00
ChangeLog.old initial commit from hg 2008-09-28 00:00:49 +09:00
COPYING initial commit from hg 2008-09-28 00:00:49 +09:00
CREDITS initial commit from hg 2008-09-28 00:00:49 +09:00
ez_setup.py initial commit from hg 2008-09-28 00:00:49 +09:00
icons.qrc recording support, various changes 2009-01-17 01:04:13 +09:00
README mention lame requirement 2009-01-17 16:29:59 +09:00
README.development Added complete list of commands. 2008-12-13 15:09:50 +09:00
README.translating initial commit from hg 2008-09-28 00:00:49 +09:00
setup.py initial commit from hg 2008-09-28 00:00:49 +09:00

Anki
-------------------------------------

Prerequisites:

- a recent python (2.4 should be fine)
- python-qt/pyqt 4.4+
- sqlalchemy 0.4.1+
- simplejson 1.7.3+
- pysqlite2 1.3+ or python2.5

For graph generation:

- python-numpy (numpy)
- python-matplotlib (matplotlib)

For audio playing support:

- mplayer on Windows/Linux (Mac uses native libraries)

For audio recording support:

- sox
- pyaudio
- lame

For furigana generation:

- kakasi

Running / Installation
-------------------------------------

To run from the directory you've untarred it to,

$ ./anki

If you want to install it system wide,

$ (cd libanki && sudo python setup.py install)
$ sudo python setup.py install
$ anki

For more information and the latest version, please see the website at:

http://ichi2.net/anki/