Skip to content

Cyliann/muclic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MuCLIc - a cli for downloading music

This little Python script downloads music albums from YTMusic.

Installation

Linux

sudo curl -sL https://github.com/Cyliann/muclic/raw/main/muclic.py -o /usr/bin/muclic &&
sudo chmod +x /usr/bin/muclic

Windows

Download the muclic.py and put it in your home directory.

Dependencies

  • Python
  • YTMusicAPI
  • yt-dlp (youtube-dl won't work because it doesn't support output formatting)

Optional

To dowload dependencies just paste this into your terminal (if you have pip installed)

pip install yt-dlp ytmusicapi pytaglib

Usage

  1. Type muclic into your terminal. (or python -m muclic.py 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. Rest.

About

A cli to download music

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages