Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 622 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 622 Bytes

Image Converter

A simple image converter gui

Description

This application uses the pillow library to convert images

You can convert various images files to JPEG or PNG formats

Fully compatible with Windows and Linux systems (MacOS not tested).

Quickstart

Installing dependencies and running the application

Installing requirements

$ pip3 install -r requirements.txt

Running the application

$ python3 main.py

Prerequisites