Watermarker is a Python application that allows users to add watermarks to images and videos.
- Add text watermarks to images and videos.
- Supports common image formats (e.g., PNG, JPEG) and video formats (e.g., MP4, AVI).
- Simple and intuitive user interface using Tkinter.
- Clone the repository:
git clone https://github.com/TrentPierce/watermarker.git
- Install the required dependencies:
pip install pillow opencv-python-headless
- Run the script:
python watermarker.py
- Select a file by clicking the "Browse" button.
- Enter the watermark text in the text entry field.
- Click the "Add Watermark" button.
- Wait for the processing to complete.
- Once finished, the watermarked file will be saved in the same directory as the original file.
-
Supported image formats: PNG, JPEG, BMP, GIF
-
Supported video formats: MP4, AVI, MOV, MKV, FLV
-
Make sure to enter a watermark text before adding the watermark.
-
For video files, a progress bar will indicate the progress of the watermarking process.
Social buttons
Repo metadata
This project is licensed under the MIT License - see the LICENSE file for details.