Skip to content

krankLegg/bookbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookBot

BookBot is a local command-line application that produces a report with a total word count and character count list based on a text file (book text). This program will skip non-alpha characters in the character count.

Usage:

python3 main.py <PATH_TO_FILE>

Report Example:

Analyzing book found at books/frankenstein.txt...

----------- Word Count ----------
Found 75767 total words

--------- Character Count -------
a: 25894
b: 4868
c: 9011
d: 16318
e: 44538
f: 8451
g: 5795
h: 19176
i: 23927
j: 497
k: 1661
l: 12306
m: 10206
n: 23643
o: 24494
p: 5952
q: 325
r: 20079
s: 20360
t: 29493
u: 10111
v: 3737
w: 7450
x: 691
y: 7756
z: 235
â: 8
æ: 28
ê: 7
ë: 2
ô: 1
============= END ===============

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages