Skip to content

leonmsaia/image_optimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Optimizer

A retro-styled image optimization tool built with Python and Tkinter. Resize and compress images for web use.

Features

  • Select a single image or a folder of images
  • Maintains folder structure in the output
  • Resize images to a desired width
  • Choose output format: JPG, PNG, WEBP, etc.
  • Displays processing progress
  • Clean, retro Winamp-inspired UI

Requirements

  • Python 3.8+
  • Pillow (installed via pip)

Installation

Install dependencies:

pip install -r requirements.txt

Run the app

python main.py

Build executable (Windows)

pyinstaller --noconfirm --onefile --windowed --icon=icon.ico main.py

The final .exe will be inside the dist/ folder.


Developed by z1gg1 - enjoy it!

Packages

No packages published