Python-project-Scripts/CLI-Photo-Watermark at main · Sdccoding/Python-project-Scripts · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

Usage


  • This script is for watermarking an entire directory of images ( .jpgs | .pngs )

  • Run the script in the directory that you want to watermark like this: python main.py -w [watermark] -p [position]

  • watermark - The text you want to watermark on the images

  • position - ul : upper left , ur - upper right , ll - lower left , lr - lower right

  • This will make a folder called 'Watermarked' and copy the new watermarked images into it, preserving original images