An open API service indexing awesome lists of open source software.

https://github.com/n-c0de-r/cs2.04_bargraph

Counting characters in a text file and create a histogram of it. 2nd semester, 4th exercise in informatics.
https://github.com/n-c0de-r/cs2.04_bargraph

2nd-semester 4th-lab computer-science count-characters histogram informatics java

Last synced: 11 months ago
JSON representation

Counting characters in a text file and create a histogram of it. 2nd semester, 4th exercise in informatics.

Awesome Lists containing this project

README

          

This little project takes text files and counts the characters within.
The counts are then turned into an ASCII file bar graph format.

The initial lab only had a CLI and printed to console.
![GIF of the Bar Graph Creator](./Old_BarGraph_show.gif)

I extended it to have a GUI and handle Unicode as well.
Taking the old feedbacks from my reports in consideration.
![GIF of the Bar Graph Creator](./New_BarGraph_show.gif)