Metadata-Version: 2.1
Name: WizzSoup
Version: 4
Summary: random questions,jokes and challenges
Home-page: https://github.com/WIZARD00007/wizzjokes
Author: Akshay
Author-email: akshaysavanoor@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt

WizzSoup
* This module contains jokes(general,pragram related,maths) ,questions,challenges.
* This module will make your AI assistant or chatbot much simpler. As it performs random task to user based on their request.
```python
 #importing main function and getting some general jokes
 from WizzSoup import NorJokes
 NorJokes()
 
 #importing main function and getting program related jokes
 from WizzSoup import ProgJokes
 ProgJokes()

 #importing main function and getting maths related jokes
 from WizzSoup import MathJokes
 MathJokes()

 #importing main function and getting some challenges/tasks
 from WizzSoup import WizzChallenge
 WizzChallenge()

 #importing main function and getting some questions
 from WizzSoup import WizzQsn
 WizzQsn()

```
Developing WizzPAVal
* To install WizzPAVal, along with the tools you need to develop
   and run tests, run the following
  in your virtualenv.
```bash
$ pip install -e .[dev]
```


