Skip to content

eliamazzon/MusicDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MD (Music Downloader)

Text-based tool to download music in mp3 with tags and artworks. Support search, and youtube/yt-music urls.

Requirements

  • python 3.x
  • pip

Installation (Linux, MacOS)

Clone the repository with:

git clone https://github.com/eliamazzon/MusicDownloader.git

Navigate to the repo directory and execute:

chmod +x install.sh
./install.sh

Launch the tool with :

./main.py

Installation (Termux)

Clone the repository with:

git clone https://github.com/eliamazzon/MusicDownloader.git

Navigate to the repo directory and execute:

chmod +x termux_install.sh
./termux_install.sh

Launch the tool with :

./main.py

To Do

  • Implement asynchronous downloads.
  • Create UI
  • Implement downloads from spotify links (require spotify scraper implementation, try to get class and ids informations from https://pypi.org/project/spotifyscraper/)

About

Tool to download music.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published