Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 374 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 374 Bytes

JPGtoPNGconverter

It is a simple program written in python using sys, pathlib and PIL libraries. You can use this program via terminal/CLI. You just have to write the script as follows - python JPGtoPNGconverter.py [input_folder] [output_folder]

[input_folder] is your folder which contain images. [output_folder] is folder in which you want to save converted images.