Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Image Black and White Converter

This Python script processes images from a specified directory and converts them to black and white (grayscale). It then saves the edited images in another directory.

Usage

  1. Clone the Repository:

    git clone https://github.com/your-username/image-black-and-white-converter.git
    
  2. Install Dependencies:

    pip install Pillow
    
  3. Run the Script:

    • Place your images in the imgs directory.
    • Execute the script:
      python convert_to_bw.py
      
    • The converted images will be saved in the editedImgs directory.

Requirements

  • Python 3.x
  • Pillow (Python Imaging Library)

File Structure

  • convert_to_bw.py: Python script for image processing.
  • imgs/: Directory containing input images.
  • editedImgs/: Directory where the edited images are saved.

About

Python automation script for batch image editing.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages