Skip to content

Python-run tool that tracks the position of a chosen word located in a file of your chosen directory.

License

Notifications You must be signed in to change notification settings

ganelaaa/word_position

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

  1. Open terminal and navigate to the folder containing script
  2. Run : python3 word_position.py
  3. Enter the directory to search and the word you wish to find

About

Python-run tool that tracks the position of a chosen word located in a file of your chosen directory.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages