Metadata-Version: 2.4
Name: puspa-smart-calculator
Version: 2.0.2
Summary: A fully functional calculator by Puspa with history tracking.
Author: Puspa
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
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# ðŸš€ Puspa Smart Calculator

A professional Python calculator library with advanced mathematical operations.

---

## âœ¨ Features

- Addition
- Subtraction
- Multiplication
- Division
- Square Root
- Power Calculation
- Percentage Calculation

---

## ðŸ“¦ Installation

```bash
pip install puspa-smart-calculator

## Usage
from puspa_the_calculator import Calculator

calc = Calculator()

print(calc.add(5, 3))
print(calc.subtract(10, 4))
print(calc.multiply(6, 7))
print(calc.divide(20, 5))
print(calc.square_root(81))

## Author
Created by Puspa

