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

https://github.com/johnbedeir/resize_image_app

This application is to resize all the image in the directory with just a click
https://github.com/johnbedeir/resize_image_app

Last synced: about 1 year ago
JSON representation

This application is to resize all the image in the directory with just a click

Awesome Lists containing this project

README

          

# Resize_Image_App

## Step 1: Install Requirements

`NOTE: Make sure Python and Pip are installed then run the following commands:`

```
pip3 install -r requirements.txt
```

## Step 2: Export App

Convert Python App to executable file

```
pyinstaller --onefile image_resize.py
```

Navigate to dist directory and run the following:

```
./image_resize
```