Metadata-Version: 2.1
Name: calculator-module
Version: 0.0.1
Summary: A simple arithmetic calculator package
Author: Minase Fikadu
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENCE

## Arithmetic Calculator Module

This module is a simple arithmetic calculator. It can perform addition, subtraction, multiplication, and division. It can also perform square root and resetting opertations.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the module.

```bash
pip install arithmetic_calculator
```

## Usage

```python


```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
