Metadata-Version: 2.4
Name: mopaint
Version: 0.1.4
Summary: Paint for marimo
Author: Vincent D. Warmerdam
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: anywidget>=0.9.2
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# mopaint

MSPaint, for marimo. Borrows heavily from [this project](https://v0.dev/chat/community/microsoft-paint-T58xe0hGtYx).

![CleanShot 2025-03-31 at 11 25 41](https://github.com/user-attachments/assets/3b474757-9a11-4ce0-a1f7-40349e478dd7)

## Demo 

To give this project a spin, check out the interactive [docs](https://koaning.github.io/mopaint/).

## Installation

```bash
uv pip install mopaint
```

## Usage

```python
from mopaint import Paint
import marimo as mo

paint = mo.ui.anywidget(Paint())
paint
```

