Metadata-Version: 2.4
Name: simptools-nimit
Version: 0.1.0
Summary: Simple, beginner-friendly Python utility library for math and image operations
Author-email: Nimit Biswas <officialnimitbiswas@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/nimit-b/simptools
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: opencv-python
Dynamic: license-file

# SimpTools

**SimpTools** is a simple, beginner-friendly Python utility library.

It provides small, clear, and safe helper functions for:

- Basic math operations (add, subtract, multiply, divide, clamp, power)
- Simple image handling (load, show, save, resize, crop, rotate, flip, color conversions)
  
It is designed to be:

- Easy to understand
- Explicit
- Free of unnecessary complexity
- Safe (built-in error handling)

---

## Installation

```bash
pip install simptools-nimit
