Shrek - Dvd Iso

Args: iso_file_path (str): Path to the Shrek DVD ISO file. vlc_path (str): Path to the VLC executable.

import os import subprocess

# Open VLC and play the ISO file command = f'"{vlc_path}" "{iso_file_path}"' subprocess.run(command, shell=True) Shrek Dvd Iso