Metadata-Version: 2.1
Name: randalgo1
Version: 0.1.8
Summary: a console app that fetches random question from public api
Author: charles
Author-email: charlesclinton2003@gmail.com
Requires-Python: >=3.0,<4.0
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
Description-Content-Type: text/markdown

# RANDALGO 
A console app that returns random question with the use of <a href="https://opentdb.com/api_config.php">Open trivia database API</a>

## Requirements
Make sure to have python installed on your system

Make sure you have a strong internet connection
## How to use the app
<ul>
<li>Open your console</li>
<br>
<li>Type "pip install randalgo1" and hit enter</li>
<br>
<li>Type "randalgo" and hit enter</li>
</ul>
