Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pomb/memorite
- Owner: Pomb
- License: mit
- Created: 2020-08-04T20:10:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T21:32:46.000Z (about 2 years ago)
- Last Synced: 2024-11-10T18:47:07.802Z (2 months ago)
- Topics: learning, memorization
- Language: Python
- Homepage:
- Size: 1.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 quitRun all tests
`python -m unittest`