Metadata-Version: 2.1
Name: Ilyass
Version: 1.1
Summary: Best library to check Hotmail email if is available
Home-page: https://t.me/n1z1n
Author: ILYASS MOROX
Author-email: ilyassvv@gmail.com
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
Requires-Dist: requests
Requires-Dist: uuid
Requires-Dist: user_agent

```bash
pip install Ilyass
```
```bash
#Check the email if is available in Hotmail or not 
```
```python
from Ilyass import HotmailChecker

python = HotmailChecker.HotmailEm('example@hotmail.com')

if python == True:
  print('Email Valide')
else:
  print('Email Invalide')
```
