Metadata-Version: 2.4
Name: Botcalculator
Version: 0.1.1
Summary: A modular CLI-based math engine
Author: Botgaming
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Botcalculator

Botcalculator is a terminal-based calculator built using Python and curses.
It provides a modular and interactive interface for performing mathematical operations directly in the command line.
Note: Only works for MacOS and Linix machines, Windows coming soon.
## Features

- Arithmetic, Exponents, and Trigonometry
- Power and advanced math operations
- Terminal UI powered by curses
- Structured modular design
- Installable via pip

## Installation

```bash
pip install Botcalculator
