BookBot is my first Boot.dev project!
- Clone repo locally
- Ensure that Python 3.x is installed
- Create a directory at the root of this project that will contain files of text (IE: Books found in the public domain)
- To run, use the command:
python3 main.py <path_to_book>- IE:
python3 main.py books/book_found_in_the_public_domain.txt
- IE: