A Python script using Tkinter library to create a GUI app for copying .mp4 files from a source directory and/or additional files to a destination directory. The app has "Browse" buttons for selecting source and destination dirs and uses os and shutil modules for searching and copying.
Fullstack Developer