Metadata-Version: 2.4
Name: nonsense-cli
Version: 1.4.1
Summary: A quirky command-line calculator
Author-email: Otto Latvala <halkodigital@gmail.com>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama
Dynamic: license-file

# Nonsense Calculator

**Nonsense** is a quirky command-line calculator that handles basic arithmetic, parentheses, exponentiation, and supports the `ans` keyword to reuse the last result. It's designed for fun and simplicity, perfect for quick calculations in the terminal.

## Features

- Handles `+`, `-`, `*`, `/`, `%`, `**/^` with correct operator precedence
- Supports floats and multi-digit numbers
- Parentheses supported: e.g., `(2+3)*4`
- Reuse the last answer with `ans`
- Colorful terminal output if `colorama` is installed

## Installation

```bash
pip install nonsense-cli
