akash-rajak / Image-Watermark-Remover

Python script to remove watermark from any image with watermark in it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✔ IMAGE WATERMARK REMOVER

  • An Image Watermark Remover is an application created in python with tkinter gui and OpenCv library.
  • In this application user can select any image with watermark in it and will be able to remove the watermark from that selected image.
  • Also user will be shown both the image with watermark and the image without watermark as an output.
  • User can also save that snipped image any where on local system by using save command.
  • For implementing this used OpenCv library.

GitHub Repo stars GitHub Repo forks GitHub Repo watchers GitHub contributors

GitHub language count GitHub top language GitHub repo file count GitHub repo size

GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests

GitHub commit activity GitHub commit activity/year GitHub commit activity/month GitHub commit activity/week GitHub last commit GitHub Discussions

Github


📌REQUIREMENTS :

  • python 3
  • cv2 module
  • tkinter module
  • filedialog from tkinter
  • messagebox
  • from PIL import Image, ImageTk

📌HOW TO Use it :

  • User just need to download the file, and run the image_watermark_remover.py, on local system.
  • After running a GUI window appears, where user can start the application of removing watermark by clicking on the START button.
  • After that a new GUI window will open, in which user will have buttons like SELECT and EXIT.
  • User can select any image file with watermark in it from the local system, using SELECT button.
  • After that user will be able to see both the image with watermark and image without watermark as an output.
  • User can also save that image without watermark any where on local system by using save command.

📌Purpose :

  • This scripts helps user to easily remove the water mark present in the image.

📌Compilation Steps :

  • Install tkinter, PIL, cv2
  • After that download the code file, and run image_watermark_remover.py on local system.
  • Then the script will start running and user can explore it by selecting any image with watermark in it and removing it.

📌SCREENSHOTS :








🌟Stargazers Over Time:

Stargazers repo roster for @akash-rajak/Image-Watermark-Remover Stargazers over time


🌟Forkers Over Time:

Forkers repo roster for @akash-rajak/Image-Watermark-Remover


📌Contributors:

About

Python script to remove watermark from any image with watermark in it.


Languages

Language:Python 100.0%