🎶 Music Download

Here is a glimpse of the Music Download Tool in action.

Tool Screenshot

⚙️ Installation

💻 Windows Installation

  1. Create a virtual environment:
    python -m venv venv
  2. Activate it:
    venv\Scripts\activate
  3. Install dependencies:
    pip install yt-dlp colorama

🐧 Linux Installation

  1. Create a virtual environment:
    python3 -m venv venv
  2. Activate it:
    source venv/bin/activate
  3. Install dependencies:
    pip install yt-dlp colorama

📱 Termux Installation

  1. Enable storage:
    termux-setup-storage
  2. Create and activate a virtual environment:
    python -m venv venv
    source venv/bin/activate
  3. Install dependencies:
    pip install yt-dlp colorama

🚀 Usage

  1. Run the app:
    python main.py
  2. Choose:
    • 1 - Search & download
    • 2 - Exit
  3. Enter a song/artist, then pick the result number.

🎯 Output Example:


🎵 Main Menu:
[1] Enter song name or artist
[2] Exit

🎧 Enter artist or song name: j cole
1. J. Cole - No Role Models
2. J. Cole - Fire Squad
...
✅ Download complete.
    

📁 Project Structure


music-download/
├── index.html          # One-page documentation
├── banner.py           # Banner art + styling
├── paths.py            # Detects Downloads folder
├── downloader.py       # Main logic
├── assets/
│   └── tool.png        # Screenshot
├── style.css           # CSS styling
└── requirements.txt    #required dependencies

    

🙌 Credits

Developed by BenCrookedTech using:

Join my Telegram Channel

📜 For educational purposes only.