Metadata-Version: 2.1
Name: pupquiz
Version: 0.0.7
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: ujson (>=3.0.0)
Requires-Dist: pysimplegui (>=4.20.0)

# Pup Quiz

**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 criticalness.

```
pip install pupquiz
```


