A simple desktop app to load an image, add a text or logo watermark, preview it, and save the result. Built with Tkinter + Pillow for speed and simplicity.
- Load common image formats (PNG, JPG, JPEG, BMP, TIFF)
- Add text watermark (custom text, size, opacity, position)
- Add logo/image watermark (png/jpg; scale, opacity, position)
- Live preview inside the app
- Save the final image to a new file
- Python 3.10+
- Tkinter (GUI)
- Pillow (PIL) for image processing
See requirements.txt.
pip install -r requirements.txtπ¨βπ» Created as a practice project to learn Python and GitHub. Built with by Daniel