An open API service indexing awesome lists of open source software.

https://github.com/getraid/songlyricsanalyzer

A tool to see how many times the artist said "Me" or to build a dictonary out of a certain artist
https://github.com/getraid/songlyricsanalyzer

lyrics matplotlib plot python python3 song-lyrics

Last synced: 8 months ago
JSON representation

A tool to see how many times the artist said "Me" or to build a dictonary out of a certain artist

Awesome Lists containing this project

README

          

# Song Lyrics Analyzer

## Requirements
[Python 3](https://www.python.org/download/releases/3.0/)
[Genius API Client Access Token](https://genius.com/api-clients)

## Install
* 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 execute ```2-AllSongsGenerateAllInOne.py``` and lastly ```3-AllSongsWordCount.py```

## Custom Dictonary
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```