Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 440 Bytes

File metadata and controls

24 lines (18 loc) · 440 Bytes

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.