angel-luis / jpg-to-png-converter

Converts the jpg files from a folder to png

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Small project for learning Python. This script converts all the jpg files from the input directory to png and save them into output directory.

Usage

Install the Pillow library with pip.

python -m pip install --upgrade pip
python -m pip install --upgrade Pillow

Indicate the input folder as first parameter and output folder as second

⚠️ Remember to add the slash at the end of each folder directory.

python converter.py input/ output/

About

Converts the jpg files from a folder to png


Languages

Language:Python 100.0%