pudszttiot / DupeBeGoneify

Allows you to fetch, detect duplicates, and manage your Spotify playlists.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DupeBeGoneify

Allows you to fetch, detect duplicates, and manage your Spotify playlists.

Screenshot

Table of Contents

Installation

Explain how to install your project.

Usage

Provide examples and guidelines on how to use your project.

Features

  • Fetching Playlist:

    • Allows users to input a Spotify playlist URI.
  • Displaying Fetched Playlist:

    • The fetched playlist is displayed, showing song details such as name, artist, and album.
  • Detecting and Displaying Duplicate Songs:

    • Users can click a button to detect duplicate songs in the fetched playlist.
    • Duplicate songs are displayed in a separate Table.
  • Removing Duplicates:

    • Users can click a button to remove duplicate songs from the displayed playlist.
  • Saving Results:

    • Allows users to save the detected duplicate songs in a text file.
  • Saving New Playlist:

    • Users can save the fetched playlist as an HTML file.
  • Spotify Integration:

    • Spotipy library is used for interacting with the Spotify API.
    • Spotify API credentials (client ID and client secret) need to be provided for authentication.

Contributing

Contributions and feedback are welcome! Feel free to submit issues, feature requests, or pull requests to enhance DupeBeGoneify.

License

This project is licensed under the MIT License.

About

Allows you to fetch, detect duplicates, and manage your Spotify playlists.


Languages

Language:Python 89.0%Language:HTML 11.0%