Metadata-Version: 2.4
Name: spotmate
Version: 2.0.1
Summary: A command-line utility tool for Spotify playlists and albums
Author: Ankit Kumar Ravi
Project-URL: Homepage, https://github.com/riAssinstAr/Spot-Mate
Project-URL: Repository, https://github.com/riAssinstAr/Spot-Mate
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: spotipy>=2.23.0
Requires-Dist: prompt-toolkit>=3.0
Requires-Dist: packaging>=23.0

<p align="center">
  <img src="logo.png" alt="Spotify CLI Tool Logo" width="200"/>
</p>
<h1 align="center">Spotify Manager</h1>
<p align="center">
  A command-line utility tool for Spotify playlists and albums.
</p>
<br>

# IMPORTANT - Before you use the package, you'll need to do the following:

- Login to Spotify Developers [Website](https://developer.spotify.com/) with your spotify account. Go to user dashboard and create an new app.
- Fill in the required details, Redirect URIs as: http://127.0.0.1:8888/callback. Then check the Web API checkbox and save.
- After creating the app, click in the app and go to Settings. From here copy your Client ID and Client Secret. These will be needed for authentication.
- Install python and pip in your system.

### Features

- Copy all/range songs from one playlist to another
- Remove/Delete a playlist from your library
- Remove all/range of songs from your Liked/Private playlists
- Export all/range songs from a playlist to JSON/CSV
- Import all songs from JSON/CSV to a playlist

### Installation

```bash
pip install spotmate
```

### Usage

```bash
spotmate
```

# Run Project Locally

Clone the project

```bash
  git clone https://github.com/riAssinstAr/Spot-Mate.git Spotmate
```

Go to the project directory

```bash
  cd Spotmate
```

Install dependencies

```bash
  pip install -r requirements.txt
```

Build the project

```bash
  python -m build
```

## FAQ

- If the package doesn't work as intended or if you'd like to request a new feature to be added, please feel to contact me or create a issue.

- It is a prerequisite for all users to create the Spotify app with the Spotify account the user wish to manage. Without the Client ID and Secret the app will not work.
