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
- Host: GitHub
- URL: https://github.com/tomin-joy/cropit
- Owner: Tomin-Joy
- License: mit
- Created: 2022-03-09T09:27:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T02:40:38.000Z (over 2 years ago)
- Last Synced: 2025-01-14T14:48:18.245Z (5 months ago)
- Topics: hacktoberfest, hacktoberfest2022, python
- Language: Python
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```