Metadata-Version: 2.4
Name: puspa-smart-calculator
Version: 1.0.4
Summary: A fully functional calculator by Puspa
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 smart and easy-to-use calculator package developed using Python by Puspa.

---

## ✨ Features

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

---

## 📦 Installation

pip install puspa-smart-calculator

---

## 💻 Usage

from puspa_the_calculator import Calculator

calc = Calculator()

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

---

## ⌨️ Command Line Usage

python calculator.py

---

## 👩‍💻 Author

Puspa
