A desktop app for batch-watermarking images. Drop in your files, configure a watermark, and process a whole batch at once.
Created by najt <3
| Main window | Batch complete | Job queue |
|---|---|---|
![]() |
![]() |
![]() |
Download WatermarkFountain.exe from the latest release and double-click it — no install needed.
Requires Python 3.13+.
python -m venv .venv
.venv\Scripts\activate # Windows
source .venv/bin/activate # macOS/Linux
pip install -r requirements.txt
python src/main.pypip install -r requirements-dev.txt
pytest

