Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akash-rajak/Image-Watermark-Remover
Python script to remove watermark from any image with watermark in it.
https://github.com/akash-rajak/Image-Watermark-Remover
cv2 gui image-watermark-remover python3 tkinter watermark
Last synced: about 1 month ago
JSON representation
Python script to remove watermark from any image with watermark in it.
- Host: GitHub
- URL: https://github.com/akash-rajak/Image-Watermark-Remover
- Owner: akash-rajak
- Created: 2021-07-31T16:19:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T05:38:57.000Z (over 1 year ago)
- Last Synced: 2024-08-07T23:49:03.829Z (5 months ago)
- Topics: cv2, gui, image-watermark-remover, python3, tkinter, watermark
- Language: Python
- Homepage:
- Size: 1.7 MB
- Stars: 59
- Watchers: 2
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ✔ 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.
****
### 📌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](https://reporoster.com/stars/akash-rajak/Image-Watermark-Remover)](https://github.com/akash-rajak/Image-Watermark-Remover/stargazers)
[![Stargazers over time](https://starchart.cc/akash-rajak/Image-Watermark-Remover.svg)](https://starchart.cc/akash-rajak/Image-Watermark-Remover)****
### 🌟Forkers Over Time:
[![Forkers repo roster for @akash-rajak/Image-Watermark-Remover](https://reporoster.com/forks/akash-rajak/Image-Watermark-Remover)](https://github.com/akash-rajak/Image-Watermark-Remover/network/members)****