Simple python folder to image encoder and decoder.
if __name__ == '__main__':
# ./files is the name of the folder you want to encrypt
encode_folder(folder=Path(r'./files'))if __name__ == '__main__':
# ./encryptedImagesFolder is the name of the enrypted folder
decode_encrypted_images(folder=Path(r"./encryptedImagesFolder"))