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
- Host: GitHub
- URL: https://github.com/johnbedeir/resize_image_app
- Owner: johnbedeir
- Created: 2020-08-30T20:22:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T23:31:59.000Z (almost 4 years ago)
- Last Synced: 2025-02-13T01:29:10.219Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```