Skip to content

SFalat/muclic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

MuCLIc - a cli for downloading music

This little Python script downloads music albums from YTMusic.

Installation

Just download the script and put it in your executables directory. (eg. /usr/bin/ or ~/.local/bin/)

Dependencies

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

To dowload dependencies just paste this into your terminal

pip install yt-dlp ytmusicapi

Usage

  1. Type muclic.py into your terminal.
  2. Enter the name of the album/artist/song.
  3. Choose a number/multiple numbers to choose which album you want to download.
  4. Rest.

To do

  • Windows support
  • Auto ID3 tagging
  • In-line command options

About

A cli to download music

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%