Word Position Finder 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: wordposition_results.txt Requirements python 3.9+ Instructions to run Open terminal and navigate to the folder containing script Run : python3 word_position.py Enter the directory to search and the word you wish to find