Skip to content

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

Notifications You must be signed in to change notification settings

getraid/SongLyricsAnalyzer

Repository files navigation

Song Lyrics Analyzer

Requirements

Python 3
Genius API Client Access Token

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages