File Analyst Description Simple command-line Python utility that searches files in a directory for a specific word Tracks the word's position and relative quarter in each file Prints the position of the word in each file. Generates a results file: fileanalyst_results.txt Requirements python 3.9+ Instructions to run Open terminal and navigate to the folder containing script Run : python3 file_analyst.py Enter the directory to search and the word you wish to find