Metadata-Version: 2.4
Name: simptools-nimit
Version: 0.1.3
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
Requires-Dist: matplotlib
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)

---

## Version 0.1.3 Details:

**Additions :**
- Included show_graph() function in graph library.
- Added new data library for data related calculations.

**Improvements :**
- Added better error handling in math library.
- Fixed white graph figure saving issue in graph library.
---

## Installation

```bash
pip install simptools-nimit

