A python script to convert multiple images from .jpg to .png Requirements Pillow - Python Image Library pip install Pillow It takes arguments of the image folder and a folder to save the converted images. python3 jpg-png-converter.py <image_folder> <save_folder>