Skip to content

Androrc/BookBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookBot

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.


Features

  • Count total words in a book
  • Count frequency of each character (case-insensitive)
  • Sort characters by frequency
  • Simple, easy-to-read command-line interface

Installation

  1. Clone this repository:
git clone https://github.com/SEUUSUARIO/BookBot.git
cd BookBot
  1. Create a virtual environment:
python3 -m venv venv
source venv/bin/activate  # Linux/macOS
venv\Scripts\activate     # Windows
  1. Install dependencies (if any):
# No external dependencies needed for the basic version

About

Python CLI application to analyze books and text files (word and character counts)

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages