Metadata-Version: 2.1
Name: muclic
Version: 0.1.0
Summary: A cli for downloading music from Youtube Music
License: GPL v3
Author: Cyliann
Author-email: maksymilian@cych.eu
Requires-Python: >=3.11,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: youtubemusicapi (>=2.9.1,<3.0.0)
Requires-Dist: yt-dlp (>=2024.11.18,<2025.0.0)
Description-Content-Type: text/markdown

# MuCLIc - a cli for downloading music

This little Python script downloads music albums from YTMusic.

## Installation

### Linux

```sh
curl -sL https://github.com/Cyliann/muclic/raw/main/muclic.py -o muclic
chmod +x muclic
```

### Windows

Download the [muclic.py](./muclic.py) and put it in your home directory.

## Dependencies

- Python
- [ytmusicapi](https://github.com/sigma67/ytmusicapi)
- [yt-dlp](https://github.com/yt-dlp/yt-dlp)

### Optional

- [mutagen](https://github.com/quodlibet/mutagen) (for audio tagging)

Install through pip:

```sh
pip install yt-dlp ytmusicapi mutagen
```

## Usage

1. Run the `muclic` file. (or `python -m muclic` if you're a Windows user)
2. Enter the name of the album|artist|song.
3. Choose a number/multiple numbers to select which album you want to download.
4. Press enter and enjoy the music.

