Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 918 Bytes

File metadata and controls

11 lines (6 loc) · 918 Bytes

Python-Flashcards

Variations of flashcards using Python..

Command Line Interface (CLI)

  • Command Line User Interface: An easy setting to test the underlying logic of a flashcard or multiple choice quiz app, using Python Inquirer package for CLI, and simple state and iterator design patterns.

  • Simple Leitner System: A simple method of using flashcards. As they are viewed, but the flashcards in boxes graded from hardest (1) to easiest (5). With each correct answer, the card moves to a higher 'easier' box.

  • Loading Flashcards: Explaining the flexible database design strategy and then providing code to create database from CSV files.