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.
Run Bookbot by passing a book file path:
python3 main.py books/frankenstein.txt