Skip to content

WPF App for displaying text file statistical informations

Notifications You must be signed in to change notification settings

HungoBoss/TextFileAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 

Repository files navigation

Text File Analyzer


This simple WPF App was created as my semestral project of C#/.NET college course. It allows user to select folder containing text files and then it displays statistical information like number of words/sentences, longest/shortest word/sentence, most occured word and so on (both in folder and every file separately).

My project uses MVVM design pattern which separates UI (View) from business logic behind the app. GUI is styled and resources haven't been duplicated. There are no hard coded strings, all of them are in Resources.resx, so the program can be easily localizated. It has already been localized to English and Czech (Klingon localization is in progress). In future I plan on adding unit tests for business logic and UI.

Main window (with active czech localization): textfileanalyzer

About

WPF App for displaying text file statistical informations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages