Skip to content

KazeKaze93/Image-Compressor

Repository files navigation

Python CI Python License: MIT

📸 Image Compressor Pro

A modern, high-performance desktop application for image compression. Built with Python, PyQt5, and advanced Pillow algorithms.

🇷🇺 Читать на русском


🚀 Features

  • Smart Compression: Reduces file size while maintaining visual quality.
  • Format Support: JPEG, PNG, WebP.
  • Drag & Drop: Simply drag your images into the app.
  • Advanced Algorithms: Uses Lanczos resampling and format-specific optimizations.
  • Modern UI: Dark theme included.

📥 Installation

  1. Clone the repository:
    git clone [https://github.com/KazeKaze93/Image-Compressor.git](https://github.com/KazeKaze93/Image-Compressor.git)
    cd Image-Compressor
  2. Install dependencies:
    pip install -r requirements.txt
  3. Run the app:
    python main.py

📦 Build EXE (Windows)

To create a standalone executable file:

python -m PyInstaller --noconfirm --onefile --windowed --name "CompressorPro" --collect-all qt_material --collect-all PyQt5 main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages