Metadata-Version: 2.4
Name: musicly
Version: 0.1.2
Summary: A terminal-based music player that allows users to search and play songs directly from the command line.
Author-email: Maria Kevin <jesikamaraj@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/kevinnadar22/musicly
Project-URL: Repository, https://github.com/kevinnadar22/musicly
Project-URL: Issues, https://github.com/kevinnadar22/musicly/issues
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: just-playback>=0.1.8
Requires-Dist: typer>=0.20.0
Requires-Dist: yt-dlp>=2025.10.22

# Musicly

A terminal-based music player for searching and playing songs from the command line.

## Installation

```bash
uvx musicly "All the stars"
```

## Usage

```bash
musicly play "song name"
musicly play "song name" --loop
```

## Requirements

- Python >= 3.13
