Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.
/ Watermarker Public archive

A python script for adding a watermark to many images at once.

License

Notifications You must be signed in to change notification settings

kylecorry31/Watermarker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Watermarker

A python script for adding a watermark to many images at once.

Requirements

  • Python 3
  • Python PIL library (pillow)

Installation

Clone the project and install the dependencies.

To install PIL use pip install pillow

Usage

To add a watermark to your images, create a watermark png file and place all of your photos in a folder. Then call watermarker.py as such:

python watermarker.py input_dir output_dir watermark.png

Replace the input_dir with the folder of the photos, output_dir with the folder to store the modified folders, and watermark.png with your watermark.

For advanced options, use the help menu:

python watermarker.py -h

Contributing

Please fork this repo and submit a pull request to contribute. I will review all changes and respond if they are accepted or rejected (as well as reasons, so it will be accepted).

Credits

Just me for now, help is always great!

License

This project is published under the MIT license. Please refer to LICENSE for more details.

Releases

No releases published

Packages

No packages published

Languages