Skip to content

A Python GUI application allows users to add a watermark to an image.

License

Notifications You must be signed in to change notification settings

D0rDa4aN919/Water_Py_Mark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Water Py Mark

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.

About

A Python GUI application allows users to add a watermark to an image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages