Metadata-Version: 2.1
Name: basicTools
Version: 0.0.7
Summary: A very basic tool
Home-page: UNKNOWN
Author: Jenifar
Author-email: jenifar200227@gmail.com
License: MIT
Keywords: email,basicTools
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Basic Tools    
A Module to do some problems like email validations , displaying pyramids probelms ...

## Installation
```pip install basicTools```

## How to use it
Install the module ,import it and use it (eg. basicTools.is_validEmail(email)).
checkout the gitHub page for more information of methods in this module.


## License
Copyright 2021 Jenifar
This repository is licensed under the MIT license.
See LICENSE for details

