This python desktop application allows you to explore a dataset of popular Spotify songs, apply filters, and visualize various aspects of the data through graphs.
#Instalation
mkdir spotify-songs-explorer
cd spotify-songs-explorerClone the project
git clone
cd spotify-data-analyzer pip install -r requirements.txt python src/main.py