This Python script allows you to apply sharpening and grayscale filters to image files in a specified directory. It uses the Python Imaging Library (PIL) to perform the image editing operations.
Your first need to run this command in terminal: pip install pillow
Then you need to create a folder named assets consisting of images and run it by using command python image_editor.py.
-Shivangi Suyash