Skip to content

SylvainHu/BookBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookBot

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!

Features

  • Counts total words in a text file
  • Analyzes character frequency (letters only)
  • Generates a formatted report with statistics
  • Works with any .txt file

How to Run

  1. Clone this repository
  2. Place your text file in the project directory (or update the file path in the code)
  3. Run the program:
python3 main.py /path/to/your/book.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages