This repository contains a database of lyrics from the Indian hip-hop duo Seedhe Maut. The lyrics were scraped from Genius using the lyricsgenius Python library and have been compiled into a structured dataset.
This database includes the lyrics for the following Seedhe Maut albums:
- Bayaan
- Nayaab
- Lunch Break
- न
- DL91 FM
- 2 Ka Pahada
- Shakti
- Kshama
The lyrics are available in two formats:
-
CSV File: The
seedhe_maut_genius_data.csvfile contains all the lyrics in a structured format with the following columns:Album: The name of the album the song belongs to.Song Name: The title of the song.Lyrics: The full lyrics of the song.
-
Text Files: The repository also contains individual
.txtfiles for each song, organized into folders named after their respective albums.
The lyrics were scraped using a Python script, which is available in the sm.ipynb Jupyter Notebook file. The notebook details the entire process, from scraping the song titles to downloading the lyrics and creating the final CSV file.
- Lyrics Source: All lyrics were sourced from Genius.
- Scraping Tool: The lyrics were scraped using the
lyricsgeniusPython library.
The lyrics in this database are the intellectual property of Seedhe Maut. This project is for educational and non-commercial use only.