ImagesConverter is a simple Python GUI application designed for converting images between different formats via drag-and-drop. It's not an incredible software, but it's a small tool I made for myself to increase productivity, and if it can be useful to you as well, all the better! I will try to improve the software over time.
Easily convert your images with a simple drag-and-drop into formats:
- JPEG;
- WEBP;
- PNG.
Superfluous metadata from your images is automatically removed during conversion.
Before launching the application, make sure you have Python installed on your system. Requires Python 3.10 or later.
For Windows:
python --versionFor macOS and Linux:
python3 --versionTo use ImagesConverter, first clone this repository to your local machine using Git:
git clone https://github.com/LoicPandul/ImagesConverter.git
cd ImagesConverterThen, install the necessary dependencies:
For Windows:
pip install -r requirements.txtFor macOS and Linux:
python3 -m pip install -r requirements.txtIf you experience any trouble here on macOS, try this command:
python3 -m pip install --upgrade pillow PySide6 PySide6_Addons PySide6_Essentials shiboken6To start the software, navigate to the project folder in your terminal, then execute:
For Windows:
python run.pyFor macOS and Linux:
python3 run.pyCC0 1.0 Universal - Public Domain https://creativecommons.org/publicdomain/zero/1.0/