Giter Site home page Giter Site logo

imagesconverter's Introduction

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/

imagesconverter's People

Contributors

loicpandul avatar pythcoiner avatar sxbt69 avatar lugaxker avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.