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 Clone this repo Run pip3 install -r requirements.txt Run python3 main.py <source_folder> <destination_folder>