A simple Python image viewer application using tkinter and Pillow.
- View images directly from the command line
- Auto-resize to fit screen while maintaining aspect ratio
- Dark theme UI
- Supports multiple image formats: PNG, JPG, JPEG, BMP, GIF, WebP, TIFF
- Press
Escto close the viewer
- Python >= 3.14
- Pillow >= 11.0.0
# Clone the repository
git clone https://github.com/frdiskandar/ImageReader_py.git
cd ImageReader_py
# Install with uv
uv sync
# Or install with pip
pip install .imagereader-py <image_path>imagereader-py test.png# Install dependencies
uv sync
# Run the application
uv run imagereader-py <image_path>MIT