Metadata-Version: 2.4
Name: awesome-calculator
Version: 1.1.0
Summary: A colorful command-line calculator in Python
Author: Your Name
License: MIT
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
Requires-Dist: colorama
Dynamic: license-file

# Awesome Calculator

A colorful command-line calculator built in Python. It supports operations like:

- Addition
- Subtraction
- Multiplication
- Division
- Percentage
- Square root
- Power

Includes colored CLI using `colorama` for enhanced UX.

## Usage

Install it:

```bash
pip install awesome-calculator
```

Run it:
```bash
awesome-calculator
```
