This C# Windows Forms application allows users to analyze input text and count the frequency of each word.
- Accepts multi-line text input
- Ignores punctuation and case (case-insensitive)
- Displays word counts sorted from highest to lowest
- Handles empty entries and duplicate words
- Enter a text block in the input field
- Click the "Процесирај" button
- View word frequencies in the output area
- Language: C#
- IDE: Visual Studio
- Framework: .NET Windows Forms
This project is licensed under the MIT License – see the LICENSE file for details.

