Description This Python GUI application allows users to add a watermark to an image. It supports inserting a logo into an image with various customization options.
Features Logo Positioning: The software intelligently positions the logo in the bottom-right corner to ensure it fits inside the image. Image Resizing: Both the image and the logo are resized to ensure a proper fit and visual appeal. User-Friendly Interface: Simple and intuitive GUI for easy usage. Requirements Python 3.x Tkinter Pillow (PIL) Installation Clone the repository:
bash Copy code git clone https://github.com/your-username/your-repo.git Install the required packages:
bash Copy code pip install pillow Run the application:
bash Copy code python main.py Usage Launch the application. Enter the path to the image you want to watermark. Enter the path to the logo you want to insert. Click the "Browser" buttons to select files. Click the "Watermark" button to apply the watermark. A new window will open displaying the watermarked image. Close the window when you're done. Screenshots Screenshot
License This project is licensed under the MIT License - see the LICENSE file for details.