Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/musatahawar/image-resizer

Hi! This is a simple python program to resize an image.
https://github.com/musatahawar/image-resizer

Last synced: 20 days ago
JSON representation

Hi! This is a simple python program to resize an image.

Awesome Lists containing this project

README

        

# Image Resizer in Python

This Python script is a simple tool for resizing images using the popular image processing library, Pillow (PIL). It allows you to easily resize one or more images with just a few lines of code.

## Prerequisites

Before you can use this script, you need to have Python and Pillow installed on your system. You can install Pillow using pip:

```bash
pip install Pillow