A simple book analyzer Python script. Exercise found here
Prints out the words and letters counts from books found in the books/ directory in a nice, small report. At the moment, only Frankenstein and Alice in Wonderland are present.
$ python3 main.py
I haven't been using Python for quite a while, since I've been working on a personal project of mine using Go
This worked as a quick refresher of the language (took about ~20 minutes) and I took advantage of this opportunity in setting up Python, ruff formatter and pylsp on Helix, my current text editor.
Spoiler alert: it's so much better than what I had on VSCode.