Metadata-Version: 2.1
Name: pupquiz
Version: 0.0.19
Summary: Facilitates vocabulary acquisition
Home-page: https://github.com/kovadarra/pupquiz
Author: kovadarra
Author-email: kovadarra@users.noreply.github.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pillow (>=7.1.2)
Requires-Dist: pysimplegui (>=4.20.0)
Requires-Dist: gTTS (>=2.1.1)
Requires-Dist: playsound (>=1.2.2)
Requires-Dist: matplotlib (>=3.1.3)

<img align="left" src="https://raw.githubusercontent.com/kovadarra/pupquiz/master/pupquiz/resources/icon.ico?raw=true">

# Pup Quiz

<br>

```
pip install pupquiz && py -m pupquiz
```

**Pup Quiz** facilitates vocabulary acquisition by employing [spaced repetition](https://en.wikipedia.org/wiki/Spaced_repetition) principles, quizzing words in a systematic order where words in a critical state are quizzed the most often, followed by a bucket of new words and then buckets of words of descending criticality.

At the moment this tool is meant to be used together with [Boost Note](https://boostnote.io/). Present your word-definition list in a note followingly.
```
word 1
~ definition for word 1
word 2
~ definition for word 2
...
```
You can override this behavior in `%APPDATA%\pupquiz\config-user.json` (refer to `%APPDATA%\pupquiz\config-default.json`).


