This is a Python program that uses tkinter to create a GUI to search a directory for files with specific extensions. Includes option to limit the time frame for when the file was last modified as well.
Additional functionality can be added to this program, for example file manipulation:
- move file
- rename files
- delete files
Program uses the Treeview widget to display results, so ability to search and show subfolders recursively can be done.