This script uses the Genius Lyrics API to pull a specified artists top X number of songs, finds the number of words in the songs, and gives the average.
An API token is required for this and an account/token has been associated with this project within the script.

Please clone this repository into your Python editor of choice (I've used Pycharm) using the following url

https://github.com/prosperbluff/Genius-Lyrics-Analyser.git

And run main.py.

Thanks.