Metadata-Version: 2.4
Name: imagesart-ai
Version: 0.1.0
Summary: Python helper to build links to the ImagesArt online AI photo editor and image editing tools.
Author-email: ImagesArt <support@imagesart.ai>
License: MIT
Project-URL: Homepage, https://imagesart.ai/ai-edit-image
Project-URL: Documentation, https://imagesart.ai/ai-edit-image
Project-URL: Repository, https://github.com/jacky-xbb/imagesart-ai
Keywords: ai,image,photo-editor,background-remover,image-editing
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# imagesart-ai

A tiny Python helper that builds shareable links to the **[ImagesArt AI Image Editor](https://imagesart.ai/ai-edit-image)** — a free online AI photo editor for editing images, removing backgrounds, and enhancing photos directly in your browser.

## Why

[ImagesArt](https://imagesart.ai/ai-edit-image) is an online AI photo editor that lets you:

- Remove background from image in one click
- Retouch and upscale photos
- Edit image with AI using natural-language prompts

## Install

```bash
pip install imagesart-ai
```

## Usage

```python
from imagesart_ai import editor_url

print(editor_url())          # https://imagesart.ai/ai-edit-image
print(editor_url("remove-bg"))
```

## Links

- Tool: https://imagesart.ai/ai-edit-image
