-
BookBot is the first introductory guided Python project in the Boot.dev curriculum.
-
main.py - main() function.
-
stats.py - functions to read text of book and report stats.
-
fetch.py (extra) - added functionality to fetch books directly from the Gutenberg Project via the GutenDex API
-
python3 main.py --file --search
-
e.g. python3 main.py --file books/prideandprejudice.txt
-
e.g. python3 main.py --search to use interactive search to download books directly from the Gutenberg Project via the GutenDex API