/ImagesConverter

Application GUI simple en python conçue pour convertir des images entre différents formats par drag-and-drop

Primary LanguagePython

ImagesConverter

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.

Features

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.

Linux Installation

Prerequisites

Before launching the application, make sure you have Python installed on your system. Requires Python 3.10 or later.

python --version

Installation

To use ImagesConverter, first clone this repository to your local machine using Git:

git clone https://github.com/LoicPandul/ImagesConverter.git
cd ImagesConverter

Then, install the necessary dependencies:

pip install -r requirements.txt

How to Use

To start the software, navigate to the project folder in your terminal, then execute:

python run.py

Macos Installation

Prerequisites

Before launching the application, make sure you have Python installed on your system. Requires Python 3.10 or later.

python3 --version

Make sure you have pip installed on your system.

pip3 --version

Upgrade pip.

python3 -m ensurepip --upgrade

Installation

To use ImagesConverter, first clone this repository to your local machine using Git:

git clone https://github.com/LoicPandul/ImagesConverter.git
cd ImagesConverter

Then, install the necessary dependencies:

python3 -m pip install -r requirements.txt

If you experience any trouble here, try this command:

python3 -m pip install --upgrade pillow PySide6 PySide6_Addons PySide6_Essentials shiboken6

How to Use

To launch the software, navigate to the project folder in your Terminal, then execute:

python3 run.py

License

CC0 1.0 Universal - Public Domain https://creativecommons.org/publicdomain/zero/1.0/