Metadata-Version: 2.4
Name: deephandly
Version: 1.0
Author: vishal singh
Author-email: vishalsinghomr@gmail.com
Keywords: measurement of central tendency,library,python,mean,,median,mode,multimode
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license-file
Dynamic: requires-python

# deephandly

**deephandly** is a Python library designed for use in a statistical calculator. With this library, users can perform multiple calculations related to statistical analysis. Currently, it supports calculations focused on the **measurement of central tendency**.

## Features
- Perform statistical calculations related to central tendency.
- Simple and easy-to-use interface.

## Installation
To install **deephandly**, use pip:
```sh
pip install deephandly==1.0
```

## Usage
After installation, you can use the package as follows:
```python
from deephandly import *

# Example usage
data = [1,1,2,3,4,5,5,]
var = Centrality(data)
print(var)
```
# deephandly

## Description
**deephandly** is a Python library designed for use in a statistical calculator. With this library, users can perform multiple calculations related to statistical analysis. Currently, it supports calculations focused on the **measurement of central tendency**.

## Features
- Perform statistical calculations related to central tendency.
- Simple and easy-to-use interface.

## Installation
To install **deephandly**, use pip:
```sh
pip install deephandly==1.2.2
```

## Usage
After installation, you can use the package as follows:
```python
from deephandly import *

# Example usage
display_central_tendency()
```

## Available Functions
The following functions are available in **deephandly**:
- `mean`
- `median`
- `mode`
- `multimode`
- `Centrality`
- `mean_mode`
- `mean_median`
- `mean_multimode`
- `median_mean`
- `median_mode`
- `mode_mean`
- `mode_median`

## Framework Used
This package is built using Python.

## Contributing
Feel free to fork the repository, create a feature branch, and submit a pull request.

## License
This project is licensed under the MIT License.

## Contact
For any issues or feature requests, please reach out via the following platforms:
- **LinkedIn:** [Vishal Singh](https://www.linkedin.com/in/vishal-singh-here/)
- **GitHub:** [VishalIndevp](https://github.com/VishalIndevp)
- **X (Twitter):** [@vishalindevp](https://x.com/vishalindevp)

