/bookbot

Primary LanguagePython

bookbot

Simple python project that read text files and return the following:

  • words count
  • alphabet character frequency

To try:

  1. Copy https://raw.githubusercontent.com/asweigart/codebreaker/master/frankenstein.txt
  2. Paste in under books/frankestein.txt
  3. Run program