Skip to content

angel-luis/jpg-to-png-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages