Metadata-Version: 2.4
Name: simptools-nimit
Version: 0.1.2
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.1 Details:

**Additions :**
- Included Making and Saving Graph using matplotlib library.
- Saving of figures (Graphs) drawn using save_fig function.

**Improvements :**
- None

## Version 0.1.2 Details:

**Additions :**
- None.

**Improvements :**
- Fixed image library.
---

## Installation

```bash
pip install simptools-nimit

