Skip to content

NoCoderRandom/YourMusicDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Your Music Downloader

A desktop application for searching and downloading music as MP3 files. Built with Python and Tkinter.

Features

  • Search by song name or paste a direct URL
  • Automatic conversion to high-quality MP3
  • Clean, dark-themed GUI
  • Downloads saved to a local downloads/ folder

Prerequisites

The following tools must be installed and available in your system PATH:

Tool Install Guide
Python 3.7+ python.org
yt-dlp github.com/yt-dlp/yt-dlp
ffmpeg ffmpeg.org

Verifying installation

Open a terminal and run:

yt-dlp --version
ffmpeg -version

Both commands should print version information without errors.

Usage

python YourMusicDownloader.py
  1. Type a song name or paste a URL into the search bar.
  2. Click Download MP3 (or press Enter).
  3. The MP3 file will appear in the downloads/ folder.

Platform Support

Tested on Windows 11. Should work on macOS and Linux with the prerequisites installed.

License

This project is licensed under the GNU General Public License v3.0.

Acknowledgements

About

Music downloader that uses youtube. Made in Python and using ffmpeg and yl-dlp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages