Metadata-Version: 2.4
Name: satnacal
Version: 1.0.0
Summary: A CLI based advanced calculator with scientific operations.
Author: Prashant Rai
Author-email: rairpa1992@gmail.com
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: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# SatnaCal – Advanced Calculator Package

SatnaCal is a Python-based advanced calculator package that provides
basic and scientific mathematical operations using a simple
menu-driven command-line interface (CLI).

This package is beginner-friendly and useful for learning
Python functions, error handling, and packaging.

---

## 📦 Features

- Addition
- Subtraction
- Multiplication
- Division (with zero-division handling)
- Power calculation
- Square Root
- Factorial
- Trigonometric functions (sin, cos, tan)
- Menu-driven CLI calculator
- Proper exception handling

---

## Installation

```bash
pip install satnacal



