Skip to content

Files

Latest commit

ba6956b · Jan 22, 2022

History

History
This branch is up to date with erastusnzula/Python-project-Scripts:main.

Most Popular Lyric

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 22, 2022
Jan 22, 2022
Jan 22, 2022

Most Popular Lyric

This Python script will find and return the most frequently appearing lyric of a song. In the case where there is more than one lyric, it will return the lyric that appears first in the song.

This script accepts song lyrics only as .txt files. A sample file is provided named song.txt that contains the lyrics to Don't Stop Believin' by Journey, but feel free to add your own .txt file to the direcctory.

Make sure to input the filename after running the script to return results.