Skip to content

Python music player app with integrated Youtube mp3 downloader

License

Notifications You must be signed in to change notification settings

w-nityammm/musicPlayer

Repository files navigation

MusicPlayer

Light-weight and user friendly music player app made using CustomTkinter with integrated Youtube mp3 downloader using yt-dlp and FFmpeg.

Setup

  1. Clone the repository:

    git clone https://github.com/w-nityammm/musicPlayer.git
    
  2. Install the required dependencies:

    pip install -r requirements.txt
    
  3. Install FFmpeg on your C drive from:

    https://www.gyan.dev/ffmpeg/builds/#release-builds

  4. Rename extracted folder to "ffmpeg" and add it to PATH:

    setx /m PATH "C:\ffmpeg\bin;%PATH%"
    

Usage

Run the app:

python main.py

About

Python music player app with integrated Youtube mp3 downloader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages