BookBot is a Python command-line application that performs text analysis on entire books or text files.
It can analyze classic novels such as Frankenstein, Moby Dick, or Pride and Prejudice, giving detailed statistics about words and characters.
- Count total words in a book
- Count frequency of each character (case-insensitive)
- Sort characters by frequency
- Simple, easy-to-read command-line interface
- Clone this repository:
git clone https://github.com/SEUUSUARIO/BookBot.git
cd BookBot- Create a virtual environment:
python3 -m venv venv
source venv/bin/activate # Linux/macOS
venv\Scripts\activate # Windows- Install dependencies (if any):
# No external dependencies needed for the basic version