Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Word Frequency Counter

Description

Counts word frequencies in text with top 10 display.

Features

  • Count word frequencies
  • Load from file or direct input
  • Display top 10 words
  • Case-insensitive counting

Stack

  • Language: Pure Python
  • Libraries: collections, re (standard library)
  • Complexity: Beginner

Installation & Usage

python main.py

License

Open source for educational purposes.