- 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
- python 3.9+
- 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