Skip to content

josafamarengo/grayscale-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Grayscale Converter

Gray your photos with this simple python script

Explore the docs »

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact
  6. Acknowledgments

About The Project

Python script to convert images to grayscale, using the Pillow library.

Input Output
Colorful Grayscale

Built With

Python

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

You need to have Python installed on your computer. You can download it from here.

Installation

  1. Clone the repo

    git clone git@github.com:josafamarengo/grayscale-converter.git
  2. Install the dependencies

    pip install Pillow

(back to top)

Usage

  1. Put your images in the Data/Input folder
  2. Run the script
    python grayscale.py
  3. The converted images will be in the Data/Output folder

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

LinkedIn Site

(back to top)

Acknowledgments

(back to top)

Built with ❤︎ by Josafá Marengo

About

Python code for converting color images to grayscale.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages