Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.35 KB

File metadata and controls

54 lines (35 loc) · 1.35 KB

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