Skip to content

s2bomb/bookbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookbot

BookBot is my first Boot.dev project!

Analyzes text files and gives you word counts and character frequency stats.

Usage

python3 main.py <path_to_book>

What it does

  • Counts total words
  • Counts each character (case-insensitive)
  • Sorts characters by frequency
  • Shows alphabetical characters only

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages