Python 3
Genius API Client Access Token
- Clone this Repo
git clone https://github.com/getraid/SongLyricsAnalyzer.git - Install pip packages
pip install -r requirements.txt - Insert Client Access Token into
1-AllSongsGetAllJson.py - Change the song count and artist
- Now click on
1-AllSongsGetAllJson.py, after it finished execute2-AllSongsGenerateAllInOne.pyand lastly3-AllSongsWordCount.py
Lastly you can make a custom dictonary if you wish to.
- Open Notepad++ and use ctrl + f to pop the find and replace window up.
- Use the regex.txt file to format the file into a single word on a line format
- Click on
DictonaryCreator.py