BookBot is a program that will print out stats on your favourite books and files.
currently only supporting txt files
This was an amazing experience, Boot.dev guided projects provide product instructions that you have to implement at the best of your ability, and I really had to work hard to complete this project, I applied lots of concepts from pseudo code algorithm design to advanced data structures in python, I learned how to efficiently run through big sets of data using dictionaries and lists applying list comprehension to optimize the complexity (big-O) of the program, achieving O(n) during the list building operation.
- Word counter
- Character counter
All displayed in a nice format on your favorite terminal emulator.
Clone this repository
git clone https://github.com/VELYX/bookbot.git
from inside the folder you cloned into
python3 main.py txt-file-location
- Add support for multiple formats
- Create an installer
BookBot is my first Boot.dev project!