Program showing simple statistics for a given group of files. Completed as part of Object Oriented Programming Languages in Polish at AGH UST, winter 20/21.
Upon opening the program this is the main window:
Out first step is to use the "Browse" button and choose a folder to be analyzed using the folder choosing dialog. After that, the path is updated and so is the file list. Also, the analyze button is now available:
We can also adjust the filtered file extensions, using the text box and checkbox below:
Now we can use the main program function, which will display the lines, words and characters counted in all the analyzed files:
Any file reading errors will appear in the "Error" text window.