Skip to content

felipeucelli/image-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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