Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 277 Bytes

File metadata and controls

9 lines (7 loc) · 277 Bytes

JPG to PNG console converter

Description

This is a simple console application that converts all jpg images in a folder to png format.

How to use

  1. Clone this repo
  2. Run pip3 install -r requirements.txt
  3. Run python3 main.py <source_folder> <destination_folder>