This is two python scripts used to analyze texts from various books. Repo includes the results of analyzing 4 books from my Honors courses.
Requires python 3.8 with nltk, pattern, pandas, and matplotlib.
Create a folder named "books" and place any text files you wish to analyze into the folder. Then run textAnalysis.py to generate files in the "csv" folder. Use graphMaker.py to generate graph images for the csvs in the "csv" folder.