资 源 简 介
Copyright (c) 2012 Jose Luis Naranjo Gomez
LICENSE http://www.gnu.org/copyleft/gpl.html
Study has three components:
quiz.py - data.py - quiz_maker.py
INSTALLATION
Use:
python setup.py install
That should do the trick.
GENERAL USAGE
If installed:
in the python shell:
import flashcards
1. hat should activate the menu UI
If not installed:
Run menu.py in flashcards/flashcards
1)quiz.py
This is the main script. It takes the questions and answers from data.py
and uses them to quiz the user. That is all.
2)data.py
This is data script. It uses two ordered lists, questions and answers. T
he index numbers in each list correspond to each other.
questions:
This is a list of strings, containing the