Skip to content

Watermarker is a Python application that allows users to add watermarks to images and videos.

License

Notifications You must be signed in to change notification settings

TrentPierce/Watermarker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Watermarker

Watermarker is a Python application that allows users to add watermarks to images and videos.

Features

  • 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.

Installation

  1. Clone the repository:

git clone https://github.com/TrentPierce/watermarker.git

  1. Install the required dependencies:

pip install pillow opencv-python-headless

Usage

  1. Run the script:

python watermarker.py

  1. Select a file by clicking the "Browse" button.
  2. Enter the watermark text in the text entry field.
  3. Click the "Add Watermark" button.
  4. Wait for the processing to complete.
  5. Once finished, the watermarked file will be saved in the same directory as the original file.

Notes

  • 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

TrentPierce - watermarker stars - watermarker forks - watermarker

Repo metadata

GitHub tag issues - watermarker

License

This project is licensed under the MIT License - see the LICENSE file for details.