cis3296s24 / 02-SpotiFynd

A command-line interface (CLI) for users to gather metadata about their favorite artists, songs, and playlists. Users can also use filters and create custom combinations of their own to search for songs that fit their criteria.
4 stars 0 forks source link

Update save_load.py with existing filters #35

Closed tuo20482 closed 6 months ago

tuo20482 commented 6 months ago

Also, this fixes a minor spelling error for danceability.

There's a decent amount of coupling in this code. Could consider a refactor in the future.