IMG Compress
A command-line interface (CLI) tool that allows users to compress images directly from their terminal. By simply navigating to the folder containing images and executing the imgc command, users can efficiently reduce file sizes and save storage space without needing a graphical interface.
- Python
- Pillow
Features
- 🖼️ Image Compression → Compress images directly from the terminal with ease.
- 🚀 Easy Setup → Simple installation process to get started quickly.
- 🧩 Customizable Options → Filter formats, set output names, and adjust quality settings.
- 📁 Organized Output → Compressed images are saved in a dedicated output folder.
My Role
- Developed the entire CLI tool using Python, focusing on user-friendly command-line interactions.
- Implemented image compression functionality with customizable options for format, quality, and naming conventions.
- Created comprehensive documentation to guide users through installation, usage, and uninstallation processes.