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

https://github.com/tomin-joy/cropit

A CLI based python app to resize any images
https://github.com/tomin-joy/cropit

hacktoberfest hacktoberfest2022 python

Last synced: 4 months ago
JSON representation

A CLI based python app to resize any images

Awesome Lists containing this project

README

        

# cropIT
This is a simple but powerful cli based photo resizer and format converter built in python. Our program is really simple and fast.

It can be run on any low-end machine without issues and performance should also be reasonable.

List of current features:

* Resizer
* Converter
* Convert All

## Team members
1. [Harikrishna R Nair](https://github.com/harikris001)
2. [Tomin Joy](https://github.com/Tomin-Joy)

## Team Id
Python / 175

## Link to product walkthrough
Loom Link for [Intro and walkthrough](https://www.loom.com/share/2946499e2b294a798ae0f8db6eacadca)

## How it Works ?
1. Download cropIT.py to the directory where the images are present
2. For the first time run command ```pip install -r requirements.txt``` (Make sure requirements.txt is also present)
3. Then run the command ```python cropIT.py```
4. Watch the video to know the rest if any doubt arises

## Libraries used
* Pillow==9.0.1

## How to set up
```pip install -r requirements.txt```

## How to Run
* Make sure download ```cropIT.py``` in the same folder where the images to work with is present
* open terminal in the current directory
* run command ```python cropIT.py```