Python script to convert images to grayscale, using the Pillow library.
| Input | Output |
|---|---|
![]() |
![]() |
To get a local copy up and running follow these simple steps.
You need to have Python installed on your computer. You can download it from here.
-
Clone the repo
git clone [email protected]:josafamarengo/grayscale-converter.git
-
Install the dependencies
pip install Pillow
- Put your images in the
Data/Inputfolder - Run the script
python grayscale.py
- The converted images will be in the
Data/Outputfolder
Distributed under the MIT License. See LICENSE.txt for more information.

