A converter from either jpeg or jpg file to png, this is my implementation of an exercise which is part of Udemy Python ZTM course, authored by Andrei Neagoie. The original solution is here. My version includes several checks, e.g. whether folder paths are correct etc.
Usage:
python3 jpg2png.py <source_folder_path> <destination_folder_path>