# RGB to Grayscale Images

This simple script converts RGB .png files to Grayscale .png files.

## Usage

Dependency:
- numpy
- matplotlib
- Use `pip install numpy and python` and `-m pip install -U matplotlib`