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

https://github.com/randomgamingdev/char-freq-counter

A basic Golang script for counting the number of occurances of specific characters in some text, including unicode. (Every character, even if they're just capitalized or lowercase versions of one another are differentiated between)
https://github.com/randomgamingdev/char-freq-counter

char character character-counter characters characters-counter cli console console-application console-based counter easy go golang script simple small terminal terminal-based text text-analysis

Last synced: 7 days ago
JSON representation

A basic Golang script for counting the number of occurances of specific characters in some text, including unicode. (Every character, even if they're just capitalized or lowercase versions of one another are differentiated between)

Awesome Lists containing this project

README

          

# Character Frequency Counter
### A basic Golang script for counting the number of occurances of specific characters in some text, including unicode. (Every character, even if they're just capitalized or lowercase versions of one another are differentiated between)

# How to use & Results
## Here's how you input the text:
![image](https://github.com/user-attachments/assets/6b81bbb6-62f8-4eae-93c5-789c457fe1b5)
## Here's the generated graph:
![image](https://github.com/user-attachments/assets/79e13d6c-4bfe-4bc6-9db8-1598ced83ae0)