Metadata-Version: 2.1
Name: detect_dice
Version: 1.0.11
Summary: This package is in the field of image processing and can perform dice detection for you
Home-page: https://github.com/MohamadNematizadeh/detect_dice
Author: MohammadNematizadeh
Author-email: mohammad.nematizzadeh@gmail.com
Description-Content-Type: text/markdown

# detect dice 🎲
detect_dice is a simple and fast dice detection library made in Python based on cv2(opencv. This library allows you to perform dice detection operations on images for you

## Install

Install the package with pip in a Python>=3.8 environment:

```bash
pip install detect_dice
```

## Usage
### CLI

Pinterest Crawler may be used directly in the Command Line Interface (CLI):

```bash
python3 detector_dice.py --input dice.jpg --output output.jpg

```

### Python

```python
from detect_dice import detect_dice
url = detect_dice.detect_dice(image_path="/content/۳.jpg",output_path="/content/1.jpg")
```
