Metadata-Version: 2.1
Name: spotify-music-dl
Version: 0.0.2
Summary: A simple tool to download Spotify tracks and playlists
License: MIT
Author: anekobtw
Author-email: krolexonder@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: coloredlogs (>=15.0.1,<16.0.0)
Requires-Dist: spotipy (>=2.25.0,<3.0.0)
Requires-Dist: yt-dlp (>=2024.12.23,<2025.0.0)
Requires-Dist: ytmusicapi (>=1.9.1,<2.0.0)
Description-Content-Type: text/markdown

# Spotify Music Downloader

This Python project allows you to download tracks from Spotify. It fetches metadata from Spotify, searches for the corresponding track on YouTube Music, and downloads the audio as an MP3 file.

## Features

- Download individual tracks from Spotify.
- Download full playlists from Spotify.
- Fetch metadata for tracks including artist, album, and track name.
- Automatically searches for the track on YouTube Music.
- Downloads audio as MP3 using `yt-dlp` (a powerful downloader tool).
- Customizable filename options for downloaded tracks.

