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
- Host: GitHub
- URL: https://github.com/getraid/songlyricsanalyzer
- Owner: getraid
- Created: 2019-10-20T18:20:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-20T18:40:44.000Z (over 6 years ago)
- Last Synced: 2025-01-04T05:19:22.504Z (about 1 year ago)
- Topics: lyrics, matplotlib, plot, python, python3, song-lyrics
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```