Metadata-Version: 2.1
Name: spotify-cover-maker
Version: 1.0.0
Summary: 
License: MIT
Author: Riley Flynn
Author-email: riley@rileyflynn.me
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: CairoSVG (>=2.5.2,<3.0.0)
Requires-Dist: Jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: pydantic (>=1.10.4,<2.0.0)
Requires-Dist: rich (>=13.3.2,<14.0.0)
Requires-Dist: textual[dev] (>=0.15.0,<0.16.0)
Requires-Dist: typer (>=0.7.0,<0.8.0)
Description-Content-Type: text/markdown

# spotify-cover-maker

[![PyPI](https://img.shields.io/pypi/v/spotify-cover-maker.svg)](https://pypi.org/project/spotify-cover-maker/)
[![Tests](https://github.com/nint8835/spotify-cover-maker/workflows/Test/badge.svg)](https://github.com/nint8835/spotify-cover-maker/actions?workflow=Test)
[![Lint](https://github.com/nint8835/spotify-cover-maker/workflows/Lint/badge.svg)](https://github.com/nint8835/spotify-cover-maker/actions?workflow=Lint)

Automatically generate simple Spotify playlist covers.

## Installation

```shell
pip install spotify-cover-maker
```

## Usage

For usage instructions, refer to the [spotify-cover-maker site](https://spotify-cover-maker.bootleg.technology).

