Guided project "Build a Bookbot" from boot.dev: https://www.boot.dev/courses/build-bookbot-python
BookBot is my first Boot.dev project!
Before running main.py create a folder "books" in the same directory. In this directory you can add your books as text files. Add your first book:
(copy and paste everything into a "frankenstein.txt" in the books directory)
More books you can add
You can download more books from Project Gutenberg.
The Python program can be run with "python3 main.py <path_to_book>". It will print a report of words and characters for the specified book.