Metadata-Version: 2.1
Name: randoalgo-rjm
Version: 0.1.0
Summary: A python package that allows users get random algorithm questions
Home-page: https://github.com/startng/forward--RandoAlgo-Rjay
License: MIT
Author: Rashidat Jimoh
Requires-Python: >=3,<4
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Project-URL: Repository, https://github.com/startng/forward--RandoAlgo-Rjay
Description-Content-Type: text/markdown

<h1>Rando ALgo</h1>
A python package that allows users to get random algorithm questions to practice. 
<h2>Usage</h2>
<p>To use Rando Algo, user can install it as a pypi package.</p>
<p>To install this package go to <a href= https://pypi.org/manage/projects/>alt='Link to RandoAlgo package</a>.
You can also run pip install randoalgo-rjm on your command line.</p>
<p>To use app on Commandline, enter <b>RandAlgo</b>
<p>Users must have request and beautifulsoup4 libraries installed to use app<p>
<p>Users have to have login and enter in a password, after this they can now enter a number to practice algorithm questions.</p>
<p>User can play as many times as they want to but if they no longer wish to continue, they can exit.</p>

