mohitz007 / all-occurrence-given-word

The python program finds all the occurence of the specified word in all the files in the given folder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

all-occurrence-given-word

The python program finds all the occurence of the specified word in all the text files in the given folder. Just place the main.py in folder from which files are to be read. Open cmd in that directory and type "python main.py binod" (where binod is the string to be counted). It was developed as "binod" counter but later modified it to find any word.

About

The python program finds all the occurence of the specified word in all the files in the given folder


Languages

Language:Python 100.0%