Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 645 Bytes

File metadata and controls

36 lines (24 loc) · 645 Bytes

BookBot

BookBot is a simple Python project designed to help you process and analyze text files.

Features

  • Reads and processes .txt files.
  • Uses the sys package to handle command-line arguments.

Getting Started

  1. Clone the repository:

    git clone <repository-url>
    cd bookbot
  2. Ensure Python 3 is installed:

    python3 --version
  3. Run BookBot:

    python3 main.py path-to-file.txt

    Replace path-to-file.txt with the path to your .txt file.

Notes

  • Only .txt files are supported.
  • Make sure the file path is correct.

Enjoy using BookBot!