Skip to content

jacobrluttrull/Bookbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookbot

Bookbot is a simple command-line tool that analyzes a text file and prints:

  • Total word count
  • Character frequency (a–z)
  • Characters sorted from most to least common

This project follows the Boot.dev Bookbot assignment.

Usage

Run Bookbot by passing a book file path:

python3 main.py books/frankenstein.txt

About

Book bot project for Boot.dev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages