https://github.com/enoobis/image-resizer
This is a simple Python script that allows you to resize an image to a new size.
https://github.com/enoobis/image-resizer
image image-resize image-resizer images resize resize-images
Last synced: 6 months ago
JSON representation
This is a simple Python script that allows you to resize an image to a new size.
- Host: GitHub
- URL: https://github.com/enoobis/image-resizer
- Owner: enoobis
- License: mit
- Created: 2023-02-19T15:18:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T18:00:58.000Z (over 2 years ago)
- Last Synced: 2025-02-15T18:51:44.303Z (8 months ago)
- Topics: image, image-resize, image-resizer, images, resize, resize-images
- Language: Python
- Homepage:
- Size: 37.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# image-resizer
This is a simple Python script that allows you to resize an image to a new size.
RUN ONLINE : [RUN](https://replit.com/@Enoobis/image-resizer)

## Getting Started
### Prerequisites
To run this script, you'll need to have Python 3 installed on your computer, as well as the following Python packages:
- tkinter
- PillowYou can install these packages using pip:
```
pip install tkinter Pillow
```### Running the Script
To run the script, open a terminal window and navigate to the directory where the script is located. Then, run the following command:
```
python main.py
```This will open the UI for the image resizer.
## How to Use the Image Resizer
1. Click the "Browse" button next to the "Input file path" field to select the image you want to resize.
2. Click the "Browse" button next to the "Output file path" field to choose where you want to save the resized image.
3. Enter the new width and height for the image in the "Width" and "Height" fields.
4. Click the "Resize Image" button to resize the image.
5. The resized image will be displayed in the UI.## Built With
- Python 3
- Tkinter
- Pillow## License
This project is licensed under the MIT License