directory-watchdog.This is a Python application that monitors file system events (such as creation, modification, deletion, and movement) in a selected directory. The application uses tkinter for the GUI and watchdog to observe file system changes. The events are displayed in a scrollable text widget in the GUI.