thebestwj / watermark_tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Simple Watermark Tool

GitHub top language GitHub file size in bytes GitHub GitHub last commit

Features

  • Auto detect image files
  • Auto watermark size adjustment
  • Auto watermark color adjustment ( dark / light )
  • Easy to use

How To Use

Put the tool.py in the image folder or copy images into the tool.py's folder, then

python tool.py

Results will be stored in out folder.

Configuration

watermark_font = 'C:/windows/fonts/Bradhitc.ttf' # font path
watermark_text = 'a cat lover' # custom text
watermark_size = 1.2 # size

Example

img

img

img

You can also see the example images in example folder.

Star the tool

Whether you use this tool, have learned something from it, or just like it, please star!

License

MIT License © thebestwj

About

License:MIT License


Languages

Language:Python 100.0%