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