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
Description: # 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
        ```
        
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
