This programme will convert any color photo to a black and white photo.
pip install PIL
- You has to install all the library mentioned above.
- Run this programme in your command prompt or any terminal.
- Make sure that you has to specify correct path to "Image.open()" and "BlackAndwhite.save()"
- You can get black and white photo in the specific location that you have mentioned.

