Metadata-Version: 2.1
Name: quizstarr
Version: 1.0.1
Summary:  A package that displays questions
Home-page: UNKNOWN
Author: Samuel .O. Bamgbose
Author-email: bsaintdesigns@gmail.com
License: UNKNOWN
Description: Quizz Starr!!!
        
        This is a simple CLI app.
        It generates randoms questions from Open Trivia API and stores the generated questions in json in question.json (multiple choice and boolean questions)
        
        Each user is able to signup/login and choose the number of questions he/she wants to answer.
        
        REQUIREMENTs
         * Python 3.8
         * PyPI
        
        INSTALL
         * Download python 3.8 (add python to path during installation)
         * pip install quizstarr
        
        PLAY/RUN
         * open cmd as an administrator
         * input python -m quizstarr
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
