create readme.md

This commit is contained in:
Murat Onur Yildirim 2022-10-04 12:40:54 +02:00 committed by GitHub
parent 727cf6b2b0
commit 714e48daef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,10 @@
# 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`