Metadata-Version: 2.4
Name: musicly
Version: 0.1.7
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: Changelog, https://github.com/kevinnadar22/musicly/releases
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
Keywords: music,terminal,player,command-line,yt-dlp
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: just-playback>=0.1.8
Requires-Dist: platformdirs>=4.5.0
Requires-Dist: textual>=6.6.0
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.

<img src="assets/ss.gif" alt="Musicly Screenshot"/>

## Quick Usage 

```bash
uvx musicly 
```

## Installation

```bash
pip install uv
uv pip install musicly
```

## Running

```bash
musicly 
```


## Requirements

- Python >= 3.10 
