A simple Python program that analyzes text files and generates reading reports. BookBot reads through books and provides useful statistics about word count, character frequency, and more!
- Counts total words in a text file
- Analyzes character frequency (letters only)
- Generates a formatted report with statistics
- Works with any
.txtfile
- Clone this repository
- Place your text file in the project directory (or update the file path in the code)
- Run the program:
python3 main.py /path/to/your/book.txt