Skip to content

depuschm/bootdev-bookbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

65dcc68 · Mar 19, 2025

History

17 Commits
Mar 18, 2025
Mar 19, 2025
Mar 19, 2025
Mar 18, 2025

Repository files navigation

bootdev-bookbot

Guided project "Build a Bookbot" from boot.dev: https://www.boot.dev/courses/build-bookbot-python

BookBot is my first Boot.dev project!

Adding Books

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.

Program

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.

About

Guided project "Build a Bookbot" from boot.dev.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages