Metadata-Version: 2.1
Name: RandAlgo
Version: 1.0.0
Summary: A package that displays random algorithm questions
Home-page: UNKNOWN
Author: Munachimso Ike
Author-email: ikemunachii@gmail.com
License: UNKNOWN
Description: # forward-randalgo-muna
        
        Problem it solves: Returns random algorithm question.
         
        For the user login:
         
        A user must sign up with the correct Email address, Username and Password of choice.
        After signing up, the user must log in with the correct username and password.
        After a successful log in, the user is prompted to choose the difficulty level of the questions.
        After selection of difficulty level, a random algorithm question is print based on the difficulty level chosen.
        
        
        
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
