Skip to content

πŸ“ A simple Python desktop app built with Tkinter and Pillow that lets users upload an image, add a custom text or logo watermark, preview it, and save the final image.

Notifications You must be signed in to change notification settings

Daniel-7733/Image_Watermarking_Desktop_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Image Watermarking Desktop App

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.

✨ Features

  • 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

🧰 Tech Stack

  • Python 3.10+
  • Tkinter (GUI)
  • Pillow (PIL) for image processing

πŸ“¦ Requirements

See requirements.txt.

  pip install -r requirements.txt

πŸ‘¨β€πŸ’» Created as a practice project to learn Python and GitHub. Built with by Daniel

About

πŸ“ A simple Python desktop app built with Tkinter and Pillow that lets users upload an image, add a custom text or logo watermark, preview it, and save the final image.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages