Enumerate the words from all PDF files in the 'pdfs_folder' by quantity order and export to an Excel file.
# clone the repo
$ git clone https://github.com/g-brrzzn/pdf_word_counter
# change the working directory
$ cd pdf_word_counter
# install the requirements
$ python -m pip install -r requirements.txt
# Place the PDF files you want into the "pdfs_folder" directory
# run the pdf_word_counter.py
$ python pdf_word_counter.py