flashcards is an utility meant to be called from the command-line. Type "flashcards -h"into the command line once you've installed it.
Installation:
1) Open up the terminal
2) Enter the following two commands:
sudo curl http://python-distribute.org/distribute_setup.py | python
sudo curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python
If you get an error for either of these two, remove the word sudo and try it again.
3) Enter one more command:
sudo pip install flashcards
4) You are done!
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· MAJOR: Implemented sqlite3 database option.
· initial menu asks if the user wants a sqlite3db in their home directory OR a csv file in their cwd.
· This leads them to the corresponding quiz. This means that there are two bundled version of the quiz.
· The quiz_sql.py script relies on db_api, a script a sqlite3 framework class designed for the quizzes' use.
· Implemented csv.writer to writer() class in quiz_csv.
· Switching zipped lists to a dictionary in csv quiz.
· Added flags for CLI args.