This is a simple Python application built using Tkinter for adding watermarks to images. Users can drag and drop images onto the application, browse for images and watermarks, customize watermark position and size, and download the watermarked images.
- Drag and drop images onto the application
- Browse for images and watermarks
- Customize watermark position (top left, top right, bottom left, bottom right)
- Customize watermark size
- Download watermarked images
- Run the
main.py
file. - Drag and drop images onto the application or click the "Browse" button to select images.
- Click the "Browse" button next to "Add your watermark here" to select a watermark image.
- Adjust the watermark position and size in the settings if needed.
- Click "Add Watermark" to apply the watermark to the images.
- Click "Download" to save the watermarked images to your computer.
- Python 3.11.8
- tkinter
- Pillow
Description: This screenshot shows the image made with the app's default settings applied.
Description: In this screenshot, the settings have been modified as follows: the size of the watermark has been adjusted to 50% of the size of the image, and it has been positioned in the bottom left corner.
MIT License
Copyright (c) 2024 Imane Kimissi
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.