Metadata-Version: 2.1
Name: perceptive_crop_image
Version: 2.0.0
Summary: A manual cropping tool using OpenCV.
Home-page: https://github.com/fathimaCode
Author: Fathima
Author-email: fathima.offical.msg@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: opencv-python

# perceptive_crop_image

This Python package provides a manual image cropping tool using OpenCV.

## Installation

To install the package, run:

```bash
pip install perceptive_crop_image


Here's an example of how to use the manual crop function:

from perceptive_crop_image.crop import manual_crop


manual_crop('path_to_image.jpg', 'cropped_image.jpg')

![alt text](image.png)
