https://github.com/pomb/memorite
Console application that aids memorization of text.
https://github.com/pomb/memorite
learning memorization
Last synced: 9 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T08:50:40.000Z (over 1 year ago)
- Last Synced: 2025-02-24T09:34:15.060Z (over 1 year 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 quit
Run all tests
`python -m unittest`