Metadata-Version: 2.1
Name: spot2mp3
Version: 1.0.3
Summary: A CLI tool to download Spotify playlist/album tracks as mp3 files.
Home-page: https://github.com/gooosexe/spot2mp3
Author: Oliver Huang
Author-email: ohuang4131@gmail.com
License: GPLv3
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# spot2mp3
Convert your favourite spotify playlists and albums to MP3 files!

MP3 files come packaged with correct metadata, including album covers.

**NOTE**: single song download does not work yet. If you want to download a single songs, make a playlist with a single song inside.

# Installation 
1. Install [Python](https://www.python.org/downloads/) and `pip`. `pip` will usually install by default with python. If it is not installed, download [get-pip.py](https://bootstrap.pypa.io/get-pip.py) and execute the script with `python3 get-pip.py`.
2. Run ```pip install spot2mp3```.

# Usage
Downloading a playlist to default folder "downloads":
``` bash
spot2mp3 <playlist_link>
```
Output specification (downloads songs into specified folder):
```bash
spot2mp3 <playlist_link> -o <output_folder>
```
