Metadata-Version: 2.1
Name: agecal-mick
Version: 2.0.0
Summary: Compare age with mickzaa return older or younger
Home-page: UNKNOWN
Author: Mickzaa
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown

# agecal
This library provides 
1. say "Hi Everyone"
2. Compare age between user and I whether who is younger or older
   - It takes user age as an input.

## Installation
```pip install mickzaa-age```

## How to use it?
```import agecal```
```from agecal import greeting```
```from agecal import compareage```

### To print "Hi everyone"
```greeting.sayHi()``` 

### To compare the age between user and I
```compareage.compare_my_age()``` 

## License
Copyright 2021 Mickzaa

