Skip to content

Yunchao/SongLyricsWordCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Produces a bar graph of the n most frequent words in a file

Sample Usage (to graph the 5 most frequent words from in.txt):

python count_lyrics.py -f in.txt -n 5

About

Reads a file of song lyrics and generates a bar graph displaying the n most common words. I have no idea why I wrote this.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages