A simple and sleek cross-platform desktop tool to convert image files between multiple formats.
- Drag-and-drop or file browser support
- Convert between JPG, PNG, WEBP, TIFF, BMP, HEIC, and more
- Batch folder conversion with custom output naming
- Toggle between dark and light themes
- Built-in support for both GUI and CLI
- Windows-compatible
.exe(portable or installer) - Built with Python, Tkinter, ttkbootstrap, and Pillow
Get the latest version from the Releases page.
- Launch
Image Converter.exe(If SmartScreen appears, click More Info > Run Anyway)
From your terminal or command prompt:
# Start the GUI
python gui.pyConvert images directly from the terminal — perfect for automation or scripting.
python cli.py --input path/to/image.heic --output-format jpgpython cli.py --input-folder input_images/ --output-format png --output-folder output_images/python cli.py --list-formatspython cli.py --helpIf this tool saves you time, consider supporting continued development:
https://cash.app/$Jesikurr

