Metadata-Version: 2.4
Name: sakuhart
Version: 0.1.0
Summary: Photomosaic generator that works on video too
Author: hinanohart
License-Expression: MIT
Project-URL: Homepage, https://github.com/hinanohart/sakuhart
Keywords: photomosaic,mosaic,video,image-processing,art
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Artistic Software
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.24
Requires-Dist: opencv-python<5,>=4.6
Requires-Dist: scipy>=1.10
Dynamic: license-file

# sakuhart

**Turn a video into mosaic art.** Every tile is a different photograph out of your own folder.

<img src="https://raw.githubusercontent.com/hinanohart/sakuhart/main/docs/still_zoom.jpg" width="100%" alt="A mosaic with one cell zoomed in to the photograph that fills it">

```bash
pip install sakuhart
sakuhart --demo                    # rebuild the bundled painting, no arguments
sakuhart clip.mp4 -t ./dogs        # your video, your photos
```

Python 3.10+. Video also needs `ffmpeg`; still images do not.

The full README, the moving demo, and ready-made photo packs are on GitHub:
**<https://github.com/hinanohart/sakuhart>**

MIT.
