Metadata-Version: 2.1
Name: furical
Version: 0.1.1
Summary: A simple calculator package
Author: MD ARIF AZIZ
Author-email: arifaziz0125@gmail.com
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
License-File: LICENSE

﻿# Furical Calculator  
A simple, interactive command-line calculator implemented in Python.

---

## Features
- Basic arithmetic: add, subtract, multiply, divide, power  
- Advanced math: square root, factorial, logarithm  
- Trigonometric functions: sine, cosine, tangent (input angles in degrees)  
- Graceful error handling and input validation  
- Interactive CLI with easy-to-use prompts  

---

## Installation

```bash
pip install furical

