Metadata-Version: 2.2
Name: Arithmo
Version: 1.0.0
Summary: A Python library for arithmetic operations.
Home-page: https://github.com/ChAbdulWahhab/Arithmo
Author: Ch. Abdul Wahab
Author-email: ch.abdul.wahab310@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# Arithmo

**Arithmo** is a simple Python library designed for performing basic arithmetic operations like addition, subtraction, multiplication, and division. It's lightweight, beginner-friendly, and can be easily integrated into your Python projects.

---

## Features

- **Addition**: Quickly add two numbers.
- **Subtraction**: Subtract one number from another.
- **Multiplication**: Multiply two numbers.
- **Division**: Safely divide two numbers with a check to prevent division by zero.

---

## Installation

Arithmo is available on PyPI. Install it using pip:

```bash
pip install arithmo
