This project is a simple Python script that counts the frequency of words in a text file and prints the top 10 most frequent words along with their counts.
- The script reads the contents of a text file.
- It splits the text into words and counts how many times each word appears.
- The top 10 most frequent words are displayed in the terminal.
- Open a terminal and navigate into this folder:
cd word_frequency_counter