move_files_gui.This application has a GUI that allows the user to select an input directory, file extensions, and an output directory. The program will then go through each file in the input folder, recursively into any sub-folders, and will find all files with the specified extension. They will then be moved to the target output directory and flattened.