From 5814cd1d309fb96e497afcd2427e93fccb3303e1 Mon Sep 17 00:00:00 2001 From: Devansh Agarwal <43462234+Devanshh@users.noreply.github.com> Date: Fri, 9 Oct 2020 16:47:30 +0530 Subject: [PATCH] Update README.md --- projects/Image_watermark/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/projects/Image_watermark/README.md b/projects/Image_watermark/README.md index e69de29bb..abcc6217b 100644 --- a/projects/Image_watermark/README.md +++ b/projects/Image_watermark/README.md @@ -0,0 +1,23 @@ + +# Image-Watermark + +## Description + +This Project will take an image and add desired watermark to it. + +## About this Project + +This project uses PIL module and OS module to add the watermark. PIL, the Python Imaging Library, is an open source libary that enables the users to add, manipulate and save different file formats. + +## Usage + +Use the Script [watermark.py](https://github.com/Python-World/python-mini-projects/blob/master/projects/Image_watermark/watermark.py) . In the command line, Enter + +`python3 watermark.py [image_path]` + +Replace the `[image_path]` with the image you want to add watermark to. + +The output will be the image with desired watermark. + +## Author +Devansh Agarwal