Skip to content

abiramcodes/bookbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

My first python project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages