Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pomb/memorite

Console application that aids memorization of text.
https://github.com/pomb/memorite

learning memorization

Last synced: about 1 month ago
JSON representation

Console application that aids memorization of text.

Awesome Lists containing this project

README

        

# memorite

## Description
A console application to aid the learning of text.
Given a text file, the application prompts you with a series of multiple choice questions, in order to drill the text.

### How to run
Run the application:
`python lib/memorite.py `

select an answer:
`1 - 4` as input options to select the choice
`q` to quit

Run all tests
`python -m unittest`