bookbot_py

BookBot is my first git project!

  • It takes a text file as input and gives back the number of words and times each character found ordered from highest to lowest.

Running it

cd && git clone https://github.com/<Your-UserName>/bookbot_py.git
  • change into project's directory and make a new books directory
cd bookbot_py && mkdir && cd books
  • You can add your own .txt or download this sample text in books directory and use it
  • cd .. and change the path with the books/<file-name>.txt in main.py, and save it
  • execute
python main.py