Metadata-Version: 2.1
Name: algoritmika-quiz-package
Version: 0.0.2
Summary: My unique package with unique functionality, which wasn't on https://pypi.org/
Author: Buynichenko Mikhail
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Math quiz package

### My unique package with unique functionality, which wasn't on https://pypi.org/

In variable `OPERATIONS_DICT` store user and math operations. 

`random_calculator` function generating random numbers for user, and choice random math operation from 
`OPERATIONS_FOR_USER` list, where stored `OPERATIONS_DICT` keys with user operations - `+  - * /`.

After generating numbers and choosing math operation calculated result, and ask user for his
answer in function `user_poll`. 

Using `quiz` func to poll user required number of times and for count his correct answers

## Use your mind 

![Use your mind gif](https://media.giphy.com/media/d3mlE7uhX8KFgEmY/giphy.gif)


