Awesome-Python-Scripts/Color_to_BW_Converter
Ayush Bhardwaj 9bde00b771
Revert "update(README) : Badges and Contact links (#237)" (#239)
This reverts commit 922ad6db8bd9c9ea7a0386af7cb1d069577b0299.
2021-10-16 01:06:35 +05:30
..
2018-10-23 00:57:39 +05:30
2018-10-23 00:57:39 +05:30

Colored Image to Black & White Image Converter

A simple python script which takes colored image filename as argument and converts it into grayscale image and saves the output image file. It shows the basic usage of Pillow library.

Libraries Required

  1. Pillow (PIL) $pip install Pillow

Usage

  1. Go to the script's folder and open command prompt.
  2. Run command : $python bw_convert.py <image_file_name>

Example

$python bw_convert.py sample_image.jpg