BookBot is a simple Python project designed to help you process and analyze text files.
- Reads and processes
.txtfiles. - Uses the
syspackage to handle command-line arguments.
-
Clone the repository:
git clone <repository-url> cd bookbot
-
Ensure Python 3 is installed:
python3 --version
-
Run BookBot:
python3 main.py path-to-file.txt
Replace
path-to-file.txtwith the path to your.txtfile.
- Only
.txtfiles are supported. - Make sure the file path is correct.
Enjoy using BookBot!