Metadata-Version: 2.1
Name: spotifycurator
Version: 0.1.0
Summary: A tool to create public Spotify playlists from liked songs
Home-page: https://github.com/yourusername/spotifycurator
Author: Your Name
Author-email: your.email@example.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: requests
Requires-Dist: python-dotenv

# Spotify Curator

Spotify Curator is a Python package that lets you create public playlists from your liked songs on Spotify.

## Installation

```bash
pip install spotifycurator
