Metadata-Version: 2.4
Name: puspa-the-calculator
Version: 1.0.6
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 the Calculator

A fully functional, modular Python calculator package built by Puspa. This package supports standard arithmetic operations, advanced math functions, calculation history tracking, and comes with a built-in Command Line Interface (CLI).

## Features
* *Basic Math:* Addition, Subtraction, Multiplication, Division.
* *Advanced Math:* Powers ($a^b$), Square Roots ($\sqrt{a}$), Percentages, and Absolute Values ($|a|$).
* *History Tracking:* Automatically keeps a running log of all operations performed during a session.
* *Terminal Shortcut:* Launch the calculator instantly from any terminal.

---

## Installation

You can install this package globally or inside a virtual environment using pip:

```bash
pip install puspa-the-calculator
